commit db996ff555d33607338beb826c3fe00cc4dd0f48
parent 6fc61ac6f06fc79419640d2f9922aa7ca9037b08
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 7 Apr 2025 13:43:04 +0000
feat: more colour scheme messing
Diffstat:
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/index.html b/index.html
@@ -97,7 +97,7 @@
<p id="pentaculum-ring">
<a class="pentaculum-nav" href="https://netr.ing/webring?prev=https://pyratebeard.net"><<</a>
<a class="pentaculum-icon" href="https://netr.ing">
- <img alt="pentaculum" src="static/img/pentaculum-red.gif">
+ <img alt="pentaculum" src="static/img/pentaculum-green.gif">
</a>
<a class="pentaculum-nav" href="https://netr.ing/webring?next=https://pyratebeard.net">>></a>
</p>
diff --git a/static/img/pentaculum-green.gif b/static/img/pentaculum-green.gif
Binary files differ.
diff --git a/style.css b/style.css
@@ -30,8 +30,8 @@
body {
font-family: 'main-font';
- background-color: #1c1c1a;
- color: #e8e8df;
+ background-color: #181818;
+ color: #eee4e4;
letter-spacing: 1.1px;
line-height: 1.5;
}
@@ -72,10 +72,10 @@ h1, h2, h3, h4, h5 {
}
h1 {
/*font-family: topaz;*/
- color: #d5d216;
+ color: #bdcf15;
}
h2, h3, h4, h5 {
- color: #d5d216;
+ color: #bdcf15;
}
/*h2, h3, h4 {
@@ -93,21 +93,21 @@ h5 {
*/
a {
- color: #adba37;
+ color: #d2312b;
text-decoration: none;
}
a:active,a:hover,a:focus {
- color: #e8ff12;
+ color: #fa1d15;
text-decoration: none;
}
a.dead {
- color: #e8ff12;
+ color: #bdcf15;
}
a.index {
- color: #fbf0d2;
+ color: #eee4e4;
border-bottom: 0px;
padding: 3px;
}
@@ -115,8 +115,8 @@ a.index {
a.index:active,
a.index:hover,
a.index:focus {
- color: #181512;
- background-color: #aabb46;
+ color: #bdcf15;
+ background-color: #464141;
}
ul {
@@ -137,7 +137,7 @@ ul.index li a b {
hr {
border-bottom: 0px;
- border-top: 1px dotted #fbf0d2;
+ border-top: 1px solid #676060;
width: 30%;
}
@@ -152,13 +152,13 @@ pre {
border-radius: 0px;
/*border: 1px solid #ec0402;*/
/*border-left: 12px solid #9c353e;*/
- background-color: #080808;
+ background-color: #464141;
display: table;
}
pre > code {
- color: #ffffff;
- background-color: #080808;
+ color: #c8db98;
+ background-color: #464141;
font-family: 'envy';
padding: 7.5px;
display: table;
@@ -167,7 +167,7 @@ pre > code {
}
code {
- color: #ffffff;
+ color: #c8db98;
/*background-color: #6a3c42;*/
/*background-color: #363838;*/
font-family: 'envy';
@@ -253,7 +253,7 @@ sup a {
}
hr.footer {
border-bottom: 0px;
- border-top: 1px dotted #454545;
+ border-top: 1px solid #676060;
max-width: 888px;
width: 100%;
margin-left: 0px;