pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 6a180739395800e11a2c902d5acda8917d1a758e
parent 0d53b620b98b13da74848a8a9c79daff17329087
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 19 Jan 2024 23:22:57 +0000

style updates

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

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