commit b2f8985a63dd4183a9ab52309642b7c73fa27792
parent 16646c3a68861a099d46bb74d974d1f337c77539
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 15 Aug 2025 11:05:28 +0100
style: changes
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/style.css b/style.css
@@ -72,10 +72,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 {
@@ -172,7 +172,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;