15 lines
132 B
CSS
15 lines
132 B
CSS
:root {
|
|
color-scheme: dark;
|
|
font-family: monospace;
|
|
font-size: 16px;
|
|
}
|
|
|
|
body {
|
|
margin: auto;
|
|
max-width: 768px;
|
|
}
|
|
|
|
table {
|
|
|
|
}
|