dref/static/css/theme.css

16 lines
220 B
CSS
Raw Normal View History

2022-12-11 18:09:02 +00:00
:root {
2022-12-11 20:08:35 +00:00
--background-color: 236;
--text-color: 55;
--accent-color: 200;
2022-12-11 18:09:02 +00:00
--width: 80ch;
--padding: 0;
}
2022-12-11 20:08:35 +00:00
details {
font-size: large;
border: 1px solid white;
padding: 20px;
margin-bottom: -1px;
}