14 lines
128 B
CSS
14 lines
128 B
CSS
:root {
|
|
color: #111111;
|
|
background: #ffffff;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
main {
|
|
padding: 24px;
|
|
}
|