pyratebeard_net

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

commit fbfe6cd31d2434f8eaa55f950d8f9726c475716e
parent ac0163e36d136dc46c638019a08c07c3f31c5cd8
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 20 Jan 2024 21:05:13 +0000

oldriceputin colours

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

diff --git a/style.css b/style.css @@ -52,8 +52,13 @@ header > p { h1, h2, h3, h4, h5 { font-family: 'main-font'; text-transform: lowercase; +} +h1 { color: #9c353e; } +h2, h3, h4, h5 { + color: #8b6268; +} /*h2, h3, h4 { color: #8e7a7a; @@ -70,20 +75,17 @@ h5 { */ a { - color: #e3d3a7; + color: #a4b810; text-decoration: none; - border-bottom: 1px dotted #caba8f; } a:active,a:hover,a:focus { - color: #887c5b; + color: #69c884; text-decoration: none; - border-bottom: 1px dotted #766d53; } a.dead { - color: #887c5b; - border-bottom: 1px dotted #766d53; + color: #594646; } ul { @@ -105,14 +107,15 @@ strong { pre { overflow-x: auto; - border-radius: 2px; - border: 1px solid #1f1d1b; - background-color: #110f0d; + border-radius: 0px; + border: 2px solid #9c353e; + border-left: 12px solid #9c353e; + background-color: #181512; display: table; } pre > code { - color: #cbbe0c; + color: #dab733; background-color: #110f0d; font-family: 'envy'; padding: 7.5px; @@ -123,7 +126,7 @@ pre > code { code { color: #fbf0d2; /*background-color: #6a3c42;*/ - background-color: #5e2d33; + background-color: #363838; font-family: 'envy'; font-size: 0.9em; padding: 2px 4px 2px 4px;