pyratebeard_net

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

commit 80594c6ea452759a45ba3bf2475cc08196cec086
parent 2db4c356357cdadbf270b8140457884fb9a05dc1
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 19 Jan 2024 23:17:48 +0000

style updates

Diffstat:
Mstyle.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/style.css b/style.css @@ -83,13 +83,13 @@ a { } a:active,a:hover,a:focus { - color: #887c5b; + color: #75726b; text-decoration: none; border-bottom: 1px dotted #766d53; } a.dead { - color: #887c5b; + color: #75726b; border-bottom: 1px dotted #766d53; }