pyratelog

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

commit 722de0b0e6727d5c3882d97e42feee579122f010
parent d2909994751918262e8107b880b1da42db744282
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 26 Nov 2025 16:11:26 +0000

style: changes

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

diff --git a/style.css b/style.css @@ -32,8 +32,8 @@ body { font-family: 'envy'; - background-color: #242121; - color: #b3b4b1; + background-color: #222222; + color: #c0c1be; letter-spacing: 0.8px; } @@ -72,10 +72,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 { @@ -107,7 +107,7 @@ a.dead { } a.index { - color: #c2c2b0; + color: #c0c1be; background-color: unset; border-bottom: 0px; padding: 3px; @@ -116,7 +116,7 @@ a.index { a.index:active, a.index:hover, a.index:focus { - color: #db5244; + color: #a1e63e; } ul { @@ -230,13 +230,13 @@ table tr td { a.tags, a.tagsindex { - color: #4ba346; + color: #a6444d; padding: 2px 4px 2px 4px !important; border-radius: 2px !important; } a.tags { - background-color: #333333; + background-color: #111111; } a.tags:active,