aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-13 12:50:19 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-13 12:50:19 +0100
commit580eb905e4c529650c6b022b5eeb0803c9b52a66 (patch)
treef9b112948a789e513ef2a754fdb05519c22c316a
parentebebb78ea26df74ba26aff7998db5d3a032fd716 (diff)
downloadblog-580eb905e4c529650c6b022b5eeb0803c9b52a66.tar.gz
blog-580eb905e4c529650c6b022b5eeb0803c9b52a66.zip
sass: add win98 theme for the lols
-rw-r--r--sass/site.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/site.scss b/sass/site.scss
index 8f5cdf0..618a1ac 100644
--- a/sass/site.scss
+++ b/sass/site.scss
@@ -2,12 +2,18 @@
// -- color definitions
+// Hacker
//$color-bg : #000000;
$color-bg : #202124;
$color-fg : #ffffff;
$color-link : #50fa7b;
//$color-link : #c792ea;
+// Win98 :^)
+//$color-bg : #c3c3c3;
+//$color-fg : #000000;
+//$color-link : #010081;
+
// -- root style
html {