pyratelog

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

commit 201b4bcb5661a789dea55c1aaeaebef4e64c490a
parent 37019906fa2eb7945cbe4f47ef5b5c141fd89936
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 14 Aug 2025 23:10:44 +0100

style: changes

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

diff --git a/style.css b/style.css @@ -32,12 +32,9 @@ body { font-family: 'envy'; - background-color: #222421; - color: #c2c2b0; - letter-spacing: 1.1px; - line-height: 1.6; - font-weight: bold; - font-size: 0.9em; + background-color: #242121; + color: #b3b4b1; + letter-spacing: 0.8px; } header, @@ -75,10 +72,10 @@ h1, h2, h3, h4, h5 { text-transform: lowercase; } h1 { - color: #afbb41; + color: #ca4d30; } h2, h3, h4, h5 { - color: #afbb41; + color: #ca4d30; } /*h2, h3, h4 { @@ -96,17 +93,17 @@ h5 { */ a { - color: #4ba346; + color: #87b347; text-decoration: none; } a:active,a:hover,a:focus { - color: #db5244; + color: #a1e63e; text-decoration: none; } a.dead { - color: #db5244; + color: #a1e63e; } a.index { @@ -160,7 +157,7 @@ pre { } pre > code { - color: #bbbb88; + color: #d9d9d9; background-color: #111111; font-family: 'envy'; padding: 7.5px;