8 lines
89 B
CSS
8 lines
89 B
CSS
root {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
background-color: #333;
|
|
} |