pyratelog

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

commit d95544063f2207d11671fe1eec8b67e1baa1660c
parent 777428ef71e31d981f115272b6f0fa4aadccb7fb
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  8 Apr 2025 11:53:17 +0100

feat: new colourscheme

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

diff --git a/style.css b/style.css @@ -23,8 +23,8 @@ body { font-family: 'main-font'; - background-color: #1f1d1b; - color: #fbf0d2; + background-color: #181818; + color: #eee4e4; letter-spacing: 1.1px; line-height: 1.5; } @@ -64,10 +64,10 @@ h1, h2, h3, h4, h5 { text-transform: lowercase; } h1 { - color: #9c353e; + color: #bdcf15; } h2, h3, h4, h5 { - color: #8b6268; + color: #bdcf15; } /*h2, h3, h4 { @@ -85,21 +85,21 @@ h5 { */ a { - color: #a4b810; + color: #d2312b; text-decoration: none; } a:active,a:hover,a:focus { - color: #69c884; + color: #fa1d15; text-decoration: none; } a.dead { - color: #594646; + color: #bdcf15; } a.index { - color: #fbf0d2; + color: #eee4e4; border-bottom: 0px; padding: 3px; } @@ -107,8 +107,8 @@ a.index { a.index:active, a.index:hover, a.index:focus { - color: #181512; - background-color: #aabb46; + color: #bdcf15; + background-color: #464141; } ul { @@ -129,7 +129,7 @@ ul.index li a b { hr { border-bottom: 0px; - border-top: 1px dotted #fbf0d2; + border-top: 1px solid #676060; width: 30%; } @@ -142,15 +142,15 @@ strong { pre { overflow-x: auto; border-radius: 0px; - border: 1px solid #9c353e; + /*border: 1px solid #ec0402;*/ /*border-left: 12px solid #9c353e;*/ - background-color: #110f0d; + background-color: #464141; display: table; } pre > code { - color: #dab733; - background-color: #110f0d; + color: #c8db98; + background-color: #464141; font-family: 'envy'; padding: 7.5px; display: table; @@ -159,9 +159,9 @@ pre > code { } code { - color: #fbf0d2; + color: #c8db98; /*background-color: #6a3c42;*/ - background-color: #454545; + /*background-color: #363838;*/ font-family: 'envy'; font-size: 0.9em; padding: 2px 4px 2px 4px; @@ -221,7 +221,8 @@ table tr td { a.tags, a.tagsindex { - background-color: #323232 !important; + color: #bdcf15; + background-color: #464141 !important; padding: 2px 4px 2px 4px !important; border-radius: 2px !important; } @@ -232,6 +233,6 @@ a.tags:focus, a.tagsindex:active, a.tagsindex:hover, a.tagsindex:focus { - color: #181512 !important; - background-color: #aabb46 !important; + color: #181818 !important; + background-color: #bdcf15 !important; }