pyratelog

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

commit 86ae8e017a155745507d99157573eada36c4be48
parent b2d3ddf65c9b3529092875370a28d47b134757f1
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 12 Aug 2025 16:47:23 +0100

style: changes

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

diff --git a/style.css b/style.css @@ -31,12 +31,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, @@ -70,14 +71,14 @@ header > p { } h1, h2, h3, h4, h5 { - font-family: 'UnifontExMono'; + font-family: 'envy'; text-transform: lowercase; } h1 { - color: #ec0402; + color: #afbb41; } h2, h3, h4, h5 { - color: #ec0402; + color: #afbb41; } /*h2, h3, h4 { @@ -95,24 +96,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; @@ -121,8 +119,7 @@ a.index { a.index:active, a.index:hover, a.index:focus { - color: #f40004; - background-color: #40000f; + color: #db5244; } ul { @@ -136,14 +133,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%; } @@ -158,28 +155,29 @@ 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; + /*padding: 2px 4px 2px 4px; + border-radius: 2px;*/ word-break: keep-all; } @@ -235,8 +233,7 @@ table tr td { a.tags, a.tagsindex { - color: #f40004; - background-color: #40000f !important; + color: #4ba346; padding: 2px 4px 2px 4px !important; border-radius: 2px !important; } @@ -247,6 +244,5 @@ a.tags:focus, a.tagsindex:active, a.tagsindex:hover, a.tagsindex:focus { - color: #40000f !important; - background-color: #ec0402 !important; + color: #db5244 !important; }