commit 44cf4c844f771f69c0de3717264008d46b070afd
parent 28e060e6551bba50245063cafb0ac7e3f8484501
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 5 Jun 2026 23:11:24 +0100
style: changes to colors
Diffstat:
| M | style.css | | | 30 | ++++++++++++++++-------------- |
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/style.css b/style.css
@@ -31,10 +31,11 @@
}
body {
- font-family: 'envy';
+ font-family: 'UnifontExMono';
background-color: #222222;
- color: #c0c1be;
+ color: #c1cdc1;
letter-spacing: 0.8px;
+ font-size: 0.9em;
}
header,
@@ -68,14 +69,14 @@ header > p {
}
h1, h2, h3, h4, h5 {
- font-family: 'envy';
+ font-family: 'UnifontExMono';
text-transform: lowercase;
}
h1 {
- color: #a6444d;
+ color: #8b5050;
}
h2, h3, h4, h5 {
- color: #a6444d;
+ color: #8b5050;
}
/*h2, h3, h4 {
@@ -93,17 +94,17 @@ h5 {
*/
a {
- color: #87b347;
+ color: #a4b810;
text-decoration: none;
}
a:active,a:hover,a:focus {
- color: #a1e63e;
+ color: #b52a34;
text-decoration: none;
}
a.dead {
- color: #a1e63e;
+ color: #8b5050;
}
a.index {
@@ -130,7 +131,7 @@ ul.index {
}
ul.index li a b {
- font-family: 'envy';
+ font-family: 'UnifontExMono';
/*font-size: 14px;*/
font-weight: normal;
}
@@ -157,9 +158,9 @@ pre {
}
pre > code {
- color: #d9d9d9;
+ color: #d3d3d3;
background-color: #111111;
- font-family: 'envy';
+ font-family: 'UnifontExMono';
padding: 7.5px;
display: table;
font-size: 0.9em;
@@ -167,12 +168,13 @@ pre > code {
}
code {
- color: #bbbb88;
+ color: #c9b09a;
/*background-color: #6a3c42;*/
/*background-color: #363838;*/
background-color: #333333;
- font-family: 'envy';
+ font-family: 'UnifontExMono';
font-size: 0.9em;
+ padding-bottom: 2px;
/*padding: 2px 4px 2px 4px;
border-radius: 2px;*/
word-break: keep-all;
@@ -230,7 +232,7 @@ table tr td {
a.tags,
a.tagsindex {
- color: #a6444d;
+ color: #dab733;
padding: 2px 4px 2px 4px !important;
border-radius: 2px !important;
}