pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 44f8bf4a45df6f1d840c3d18210640d17d4ee8f7
parent 7dfc96aac60d2245d986275e6d9f33440be1cd28
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 29 Mar 2025 15:30:17 +0000

feat: trying a new theme

Diffstat:
Mstyle.css | 43++++++++++++++++++++++++++++---------------
1 file changed, 28 insertions(+), 15 deletions(-)

diff --git a/style.css b/style.css @@ -27,11 +27,24 @@ font-weight: normal; font-style: normal; } +@font-face { + font-family: unifont; + 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 */ + */ + font-weight: normal; + font-style: normal; +} + body { font-family: 'main-font'; - background-color: #1f1d1b; - color: #fbf0d2; + background-color: #0e0d0b; + color: #f3e7d7; letter-spacing: 1.1px; line-height: 1.5; } @@ -72,10 +85,10 @@ h1, h2, h3, h4, h5 { } h1 { /*font-family: topaz;*/ - color: #9c353e; + color: #f40004; } h2, h3, h4, h5 { - color: #8b6268; + color: #ec0402; } /*h2, h3, h4 { @@ -93,17 +106,17 @@ h5 { */ a { - color: #a4b810; + color: #ec0402; text-decoration: none; } a:active,a:hover,a:focus { - color: #69c884; + color: #74001c; text-decoration: none; } a.dead { - color: #594646; + color: #74001c; } a.index { @@ -150,16 +163,16 @@ strong { pre { overflow-x: auto; border-radius: 0px; - border: 1px solid #9c353e; + border: 1px solid #ec0402; /*border-left: 12px solid #9c353e;*/ - background-color: #110f0d; + background-color: #010101; display: table; } pre > code { - color: #dab733; - background-color: #110f0d; - font-family: 'envy'; + color: #51bba4; + background-color: #010101; + font-family: 'unifont'; padding: 7.5px; display: table; font-size: 0.9em; @@ -167,10 +180,10 @@ pre > code { } code { - color: #fbf0d2; + color: #51bba4; /*background-color: #6a3c42;*/ - background-color: #363838; - font-family: 'envy'; + /*background-color: #363838;*/ + font-family: 'unifont'; font-size: 0.9em; padding: 2px 4px 2px 4px; border-radius: 2px;