13 lines
145 B
CSS
13 lines
145 B
CSS
root {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
background: #201500;
|
|
}
|
|
|
|
.calculatedValue {
|
|
color: #021C33;
|
|
font-weight: bold;
|
|
} |