pyratebeard_net

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

commit 5a8b291ebe7ca18975f7efb90c0f883f46847066
parent 425db62d7b12dfb045cdf250f0e025cfda12f13e
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 26 Nov 2025 13:03:17 +0000

style: changes

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

diff --git a/style.css b/style.css @@ -40,8 +40,8 @@ body { font-family: 'envy'; - background-color: #242121; - color: #b3b4b1; + background-color: #222222; + color: #c0c1be; letter-spacing: 0.8px; } @@ -80,10 +80,10 @@ h1, h2, h3, h4, h5 { text-transform: lowercase; } h1 { - color: #b04c48; + color: #a6444d; } h2, h3, h4, h5 { - color: #b04c48; + color: #a6444d; } /*h2, h3, h4 { @@ -115,7 +115,7 @@ a.dead { } a.index { - color: #c2c2b0; + color: #c0c1be; background-color: unset; border-bottom: 0px; padding: 3px; @@ -124,7 +124,7 @@ a.index { a.index:active, a.index:hover, a.index:focus { - color: #db5244; + color: #a1e63e; } ul {