8 lines
65 B
CSS
8 lines
65 B
CSS
:root {
|
|
--bg-color: #000;
|
|
}
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
}
|