pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 0798f0f36ea716d40cf63cfb1f573c7548ce7e55
parent e3582907d7a6d97f32d7fdef2c282081613abf39
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  8 Jun 2026 12:05:02 +0100

style: adjusts a.index colours

Diffstat:
Mstyle.css | 4++--
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: #d3cab3; 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 {