CSS updates

This commit is contained in:
Sascha Leib
2025-09-05 16:43:38 +02:00
parent bc55f6a668
commit a301cf8b6b

View File

@@ -370,6 +370,15 @@
}
}
ul.eval {
li:nth-child(odd) {
background-color: #202022;
}
li.total {
border-top-color: #CCC;
}
}
footer {
& {
background-color: #0c0c0d;