commit 3d423142736e6a19ead57a5bf2b3158356b2d7cd
parent e3582907d7a6d97f32d7fdef2c282081613abf39
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 8 Jun 2026 12:03:44 +0100
style: adjusts a.index colours
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style.css b/style.css
@@ -123,7 +123,7 @@ a.dead {
}
a.index {
- color: #c0c1be;
+ color: #80964d;
background-color: unset;
border-bottom: 0px;
padding: 3px;
@@ -132,7 +132,7 @@ a.index {
a.index:active,
a.index:hover,
a.index:focus {
- color: #a1e63e;
+ color: #a4b810;
}
ul {