commit 6fc61ac6f06fc79419640d2f9922aa7ca9037b08
parent 1eab2542b92d00153bddf03924159d5977311f1f
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 4 Apr 2025 13:04:15 +0000
feat: switch up colours again
Diffstat:
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/style.css b/style.css
@@ -30,8 +30,8 @@
body {
font-family: 'main-font';
- background-color: #0e0d0b;
- color: #f3e7d7;
+ background-color: #1c1c1a;
+ color: #e8e8df;
letter-spacing: 1.1px;
line-height: 1.5;
}
@@ -72,10 +72,10 @@ h1, h2, h3, h4, h5 {
}
h1 {
/*font-family: topaz;*/
- color: #f40004;
+ color: #d5d216;
}
h2, h3, h4, h5 {
- color: #ec0402;
+ color: #d5d216;
}
/*h2, h3, h4 {
@@ -93,17 +93,17 @@ h5 {
*/
a {
- color: #ec0402;
+ color: #adba37;
text-decoration: none;
}
a:active,a:hover,a:focus {
- color: #74001c;
+ color: #e8ff12;
text-decoration: none;
}
a.dead {
- color: #74001c;
+ color: #e8ff12;
}
a.index {
@@ -150,15 +150,15 @@ strong {
pre {
overflow-x: auto;
border-radius: 0px;
- border: 1px solid #ec0402;
+ /*border: 1px solid #ec0402;*/
/*border-left: 12px solid #9c353e;*/
- background-color: #010101;
+ background-color: #080808;
display: table;
}
pre > code {
- color: #51bba4;
- background-color: #010101;
+ color: #ffffff;
+ background-color: #080808;
font-family: 'envy';
padding: 7.5px;
display: table;
@@ -167,7 +167,7 @@ pre > code {
}
code {
- color: #51bba4;
+ color: #ffffff;
/*background-color: #6a3c42;*/
/*background-color: #363838;*/
font-family: 'envy';
@@ -243,7 +243,7 @@ i {
right: 10px;
}
sup a {
- color: #c9b09a;
+ color: #7a6e7e;
}
#pentaculum-ring .pentaculum-nav {
font-size: 1.2rem