pyratebeard_net

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

commit 67d9f38ad77a09834333050a6cacef4c3db2f7a5
parent 2c129216e8b979444af51f61cee974359094be82
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 14 Aug 2025 23:19:36 +0100

style: changes

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

diff --git a/style.css b/style.css @@ -40,7 +40,7 @@ body { font-family: 'envy'; - background-color: #222222; + background-color: #242121; color: #b3b4b1; letter-spacing: 0.8px; } @@ -80,10 +80,10 @@ h1, h2, h3, h4, h5 { text-transform: lowercase; } h1 { - color: #c6d631; + color: #bb433d; } h2, h3, h4, h5 { - color: #c6d631; + color: #bb433d; } /*h2, h3, h4 { @@ -101,17 +101,17 @@ h5 { */ a { - color: #98af31; + color: #87b347; text-decoration: none; } a:active,a:hover,a:focus { - color: #e3542d; + color: #a1e63e; text-decoration: none; } a.dead { - color: #e3542d; + color: #a1e63e; } a.index { @@ -170,18 +170,19 @@ pre > code { font-family: 'envy'; padding: 7.5px; display: table; + font-size: 0.9em; white-space: pre-wrap; } code { - color: #d9d9d9; + color: #bbbb88; /*background-color: #6a3c42;*/ /*background-color: #363838;*/ - background-color: #111111; + background-color: #333333; font-family: 'envy'; /*font-size: 0.9em;*/ - padding: 2px 6px 2px 6px; - /*border-radius: 2px;*/ + /*padding: 2px 4px 2px 4px; + border-radius: 2px;*/ word-break: keep-all; }