Files
DiceCloud/rpg-docs/client/views/general.css
2014-11-25 15:06:30 +00:00

24 lines
254 B
CSS

root {
display: block;
}
body {
font-family: sans-serif;
background: #201500;
overflow-x: hidden;
margin: 0px;
box-sizing: border-box;
}
.calculatedValue {
color: #021C33;
font-weight: bold;
}
* {
box-sizing: border-box;
}
h2 {
margin: 0;
}