pyratelog

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

commit ec58ac9311dc5151d3f6d841b29c3672d465f827
parent 6a180739395800e11a2c902d5acda8917d1a758e
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 20 Jan 2024 21:06:10 +0000

oldriceputin colours

Diffstat:
Mstyle.css | 30+++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 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: #454545; font-family: 'envy'; font-size: 0.9em; padding: 2px 4px 2px 4px; @@ -161,13 +164,14 @@ footer { a.index { color: #fbf0d2; border-bottom: 0px; + padding: 3px; } a.index:active, a.index:hover, a.index:focus { - color: #fbf0d2; - background-color: #5e2d33; + color: #181512; + background-color: #aabb46; } ul.index {