pyratebeard_net

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

commit e8df7dabd56c3cf8b35f0ce3c5444c722f9d2d56
parent 6d19e3a21fcb51c7099acb95056bcc4d13f2c6a6
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  8 Jun 2026 11:52:11 +0100

style: darkens code bg

Diffstat:
Mstyle.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/style.css b/style.css @@ -174,7 +174,7 @@ pre { pre > code { color: #fbf0d2; - background-color: #404040; + background-color: #363636; font-family: 'departure'; padding: 7.5px; display: table; @@ -186,7 +186,7 @@ code { color: #fbf0d2; /*background-color: #6a3c42;*/ /*background-color: #363838;*/ - background-color: #454545; + background-color: #363636; font-family: 'departure'; font-size: 0.9em; padding-bottom: 2px;