commit b192507aa0584ab551b4bffedc890a7e213f7e14
parent 4ded284e08db944bb552cfc9cb054eda2496dec2
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 8 Jun 2026 22:57:44 +0100
style: removes unifont links. adjust bg, font, and code colours
Diffstat:
| M | style.css | | | 30 | +++++++++++------------------- |
1 file changed, 11 insertions(+), 19 deletions(-)
diff --git a/style.css b/style.css
@@ -35,20 +35,10 @@
font-style: normal;
}
-@font-face {
- font-family: 'UnifontExMono';
- src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot'); /* IE9 Compat Modes */
- src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('https://stgiga.github.io/UnifontEX/UnifontExMono.woff') format('woff'), /* Pretty Modern Browsers */
- url('https://stgiga.github.io/UnifontEX/UnifontExMono.ttf') format('truetype'), /* Safari, Android, iOS */
- url('http://stgiga.github.io/UnifontEX/UnifontExMono.woff2') format('woff2'), /* Super Modern Browsers */
- url('http://stgiga.github.io/UnifontEX/UnifontExMono.svg#UnifontExMono') format('svg'); /* Legacy iOS */
-}
-
body {
font-family: 'departure';
- background-color: #1f1d1b;
- color: #d3cab3;
+ background-color: #1d1d1d;
+ color: #b0b1ae;
letter-spacing: 0.8px;
font-size: 0.9em;
}
@@ -119,7 +109,7 @@ a:active,a:hover,a:focus {
}
a.dead {
- color: #8b6268;
+ color: #594646;
}
a.index {
@@ -167,14 +157,14 @@ pre {
overflow-x: auto;
border-radius: 0px;
/*border: 1px solid #ec0402;*/
- border-left: 8px solid #9c353e;
- background-color: #181512;
+ /*border-left: 8px solid #9c353e;*/
+ background-color: #383838;
display: table;
}
pre > code {
- color: #fbf0d2;
- background-color: #363636;
+ color: #ededed;
+ background-color: #383838;
font-family: 'departure';
padding: 7.5px;
display: table;
@@ -183,10 +173,10 @@ pre > code {
}
code {
- color: #fbf0d2;
+ color: #ededed;
/*background-color: #6a3c42;*/
/*background-color: #363838;*/
- background-color: #363636;
+ background-color: #383838;
font-family: 'departure';
font-size: 0.9em;
padding-bottom: 2px;
@@ -292,3 +282,5 @@ footer > ul {
list-style: none;
padding-left: 0px;
}
+
+