From a301cf8b6bc043894fb6c8a514b845e840a22b27 Mon Sep 17 00:00:00 2001 From: Sascha Leib Date: Fri, 5 Sep 2025 16:43:38 +0200 Subject: [PATCH] CSS updates --- style.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.less b/style.less index 6b74e04..a4d7c15 100644 --- a/style.less +++ b/style.less @@ -370,6 +370,15 @@ } } + ul.eval { + li:nth-child(odd) { + background-color: #202022; + } + li.total { + border-top-color: #CCC; + } + } + footer { & { background-color: #0c0c0d;