pyratebeard_net

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

commit 6fb78f62f323f121d8968fff017203fbfa94f091
parent 14b749fa28544af20458e2b41b08ef05004b639e
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Jun 2026 23:06:33 +0100

style: changes to colors

Diffstat:
Mstyle.css | 28+++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/style.css b/style.css @@ -39,10 +39,11 @@ } body { - font-family: 'envy'; + font-family: 'UnifontExMono'; background-color: #222222; - color: #c0c1be; + color: #c1cdc1; letter-spacing: 0.8px; + font-size: 0.9em; } header, @@ -76,14 +77,14 @@ header > p { } h1, h2, h3, h4, h5 { - font-family: 'envy'; + font-family: 'UnifontExMono'; text-transform: lowercase; } h1 { - color: #a6444d; + color: #8b5050; } h2, h3, h4, h5 { - color: #a6444d; + color: #8b5050; } /*h2, h3, h4 { @@ -101,17 +102,17 @@ h5 { */ a { - color: #87b347; + color: #a4b810; text-decoration: none; } a:active,a:hover,a:focus { - color: #a1e63e; + color: #b52a34; text-decoration: none; } a.dead { - color: #a1e63e; + color: #8b5050; } a.index { @@ -138,7 +139,7 @@ ul.index { } ul.index li a b { - font-family: 'envy'; + font-family: 'UnifontExMono'; /*font-size: 14px;*/ font-weight: normal; } @@ -165,9 +166,9 @@ pre { } pre > code { - color: #d9d9d9; + color: #d3d3d3; background-color: #111111; - font-family: 'envy'; + font-family: 'UnifontExMono'; padding: 7.5px; display: table; font-size: 0.9em; @@ -175,12 +176,13 @@ pre > code { } code { - color: #bbbb88; + color: #c9b09a; /*background-color: #6a3c42;*/ /*background-color: #363838;*/ background-color: #333333; - font-family: 'envy'; + font-family: 'UnifontExMono'; font-size: 0.9em; + padding-bottom: 2px; /*padding: 2px 4px 2px 4px; border-radius: 2px;*/ word-break: keep-all;