content/hifi-content/rebecca/draw/appResources/appData/resources/css/draw_ui.css
2022-02-14 02:04:11 +01:00

21 lines
No EOL
477 B
CSS

body {
margin: 10;
width: 100% - 10px;
font-family: 'Raleway', sans-serif;
color: #000000;
background-image: url("../images/voxel.png");
background-size: contain;
background-color: #d8e1d9;
background-repeat: no-repeat;
background-position: center;
}
.h4Style {
display: block;
font-size: 1em;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}