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