home/static/css/theme-override.css
2024-08-28 12:45:38 +03:00

20 lines
221 B
CSS

footer { font-size: 90%; }
ul {
list-style-type: none;
}
body {
background-color: #2d2a2e;
color: #f7f6f3;
}
a {
color: #ac9c6d;
}
header {
background: #2d2a2e;
border-bottom: 2px dotted #f7f6f3;
}