pyratebeard_net

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

commit 9909c38bf638482b468581815f05168767ff205b
parent 6b69fea381b56db0397d9d0d691cad9aec85f41b
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 12 Aug 2025 16:32:25 +0100

style: changes

Diffstat:
Mstyle.css | 55++++++++++++++++++++++++++-----------------------------
1 file changed, 26 insertions(+), 29 deletions(-)

diff --git a/style.css b/style.css @@ -39,12 +39,13 @@ } body { - font-family: 'UnifontExMono'; - background-color: #0e0d0b; - color: #f3f1ef; + font-family: 'envy'; + background-color: #222421; + color: #c2c2b0; letter-spacing: 1.1px; line-height: 1.6; font-weight: bold; + font-size: 0.9em; } header, @@ -78,15 +79,14 @@ header > p { } h1, h2, h3, h4, h5 { - font-family: 'UnifontExMono'; + font-family: 'envy'; text-transform: lowercase; } h1 { - /*font-family: topaz;*/ - color: #ec0402; + color: #afbb41; } h2, h3, h4, h5 { - color: #ec0402; + color: #afbb41; } /*h2, h3, h4 { @@ -104,24 +104,21 @@ h5 { */ a { - color: #f40004; - background-color: #40000f; + color: #4ba346; text-decoration: none; } a:active,a:hover,a:focus { - color: #40000f; - background-color: #ec0402; + color: #db5244; text-decoration: none; } a.dead { - color: #40000f; - background-color: #ec0402; + color: #db5244; } a.index { - color: #f3f1ef; + color: #c2c2b0; background-color: unset; border-bottom: 0px; padding: 3px; @@ -130,8 +127,7 @@ a.index { a.index:active, a.index:hover, a.index:focus { - color: #f40004; - background-color: #40000f; + color: #db5244; } ul { @@ -145,14 +141,14 @@ ul.index { } ul.index li a b { - font-family: 'UnifontExMono'; + font-family: 'envy'; /*font-size: 14px;*/ font-weight: normal; } hr { border-bottom: 0px; - border-top: 1px solid #44393c; + border-top: 1px solid #444; width: 30%; } @@ -167,25 +163,26 @@ pre { border-radius: 0px; /*border: 1px solid #ec0402;*/ /*border-left: 12px solid #9c353e;*/ - background-color: #44393c; + background-color: #111111; display: table; } pre > code { - color: #bdcf15; - background-color: #35372e; - font-family: 'UnifontExMono'; + color: #bbbb88; + background-color: #111111; + font-family: 'envy'; padding: 7.5px; display: table; - font-size: 1.1em; + font-size: 0.9em; white-space: pre-wrap; } code { - color: #bdcf15; + color: #bbbb88; /*background-color: #6a3c42;*/ /*background-color: #363838;*/ - font-family: 'UnifontExMono'; + background-color: #333333; + font-family: 'envy'; /*font-size: 0.9em;*/ padding: 2px 4px 2px 4px; border-radius: 2px; @@ -231,7 +228,7 @@ small { } i { - color: #cfa5a5; + color: #9d9b75; font-style: normal !important; } @@ -259,13 +256,13 @@ i { right: 10px; } sup a { - color: #cfa5a5; + color: #9d9b75; background-color: unset; } sup a:active, sup a:hover, sup a:focus { - color: #f40004; + color: #db5244; background-color: unset; } @@ -280,7 +277,7 @@ sup a:focus { } hr.footer { border-bottom: 0px; - border-top: 1px solid #44393c; + border-top: 1px solid #444444; max-width: 888px; width: 100%; margin-left: 0px;