pyratebeard_net

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

commit 43d028fa14f5375b34c841f5e309c64353462bb6
parent 67d9f38ad77a09834333050a6cacef4c3db2f7a5
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 15 Aug 2025 11:05:39 +0100

style: changes

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

diff --git a/style.css b/style.css @@ -80,10 +80,10 @@ h1, h2, h3, h4, h5 { text-transform: lowercase; } h1 { - color: #bb433d; + color: #b04c48; } h2, h3, h4, h5 { - color: #bb433d; + color: #b04c48; } /*h2, h3, h4 { @@ -180,7 +180,7 @@ code { /*background-color: #363838;*/ background-color: #333333; font-family: 'envy'; - /*font-size: 0.9em;*/ + font-size: 0.9em; /*padding: 2px 4px 2px 4px; border-radius: 2px;*/ word-break: keep-all;