commit 310417e99eee3ca3f59e85af3e6b409a0438617b
parent cdd5edff924e3639258d58a31dcbf3d733e7e4ee
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 9 Nov 2022 21:01:58 +0000
new colours
Diffstat:
1 file changed, 13 insertions(+), 16 deletions(-)
diff --git a/static/css/stylemin.css b/static/css/stylemin.css
@@ -12,22 +12,22 @@
}
body {
font-family: 'main-font';
- background-color: #171717;
- color: #bbbbbb;
+ background-color: #22201d;
+ color: #fbf0d2;
letter-spacing: 1.1px;
line-height: 1.5;
}
a {
- color: #baba9e;
+ color: #e3d3a7;
text-decoration: none;
- border-bottom: 1px dotted #807b64;
+ border-bottom: 1px dotted #caba8f;
}
a:active,a:hover,a:focus {
- color: #807b64;
+ color: #887c5b;
text-decoration: none;
- border-bottom: 1px dotted #6e6461;
+ border-bottom: 1px dotted #766d53;
}
ul {
@@ -35,19 +35,16 @@ ul {
}
strong {
- color: #753747;
+ /*color: #9c3151;*/
+ color: #c54355;
font-weight: normal;
}
-strong:hover {
- color: #deb14f;
-}
-
pre {
- color: #baba9e;
- background-color: #131313;
+ color: #bcc92e;
+ background-color: #110f0d;
padding: 7.5px;
- border: 1px solid #3d3a3b;
+ border: 1px solid #93141f;
border-radius: 2px;
display: table;
font-family: 'bpmono';
@@ -55,8 +52,8 @@ pre {
}
code {
- color: #bbbbbb;
- background-color: #3d3a3b;
+ color: #fbf0d2;
+ background-color: #604d50;
font-family: 'bpmono';
font-size: 13px;
padding: 2px 4px 2px 4px;