diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-13 12:50:19 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-13 12:50:19 +0100 |
commit | 580eb905e4c529650c6b022b5eeb0803c9b52a66 (patch) | |
tree | f9b112948a789e513ef2a754fdb05519c22c316a /sass | |
parent | ebebb78ea26df74ba26aff7998db5d3a032fd716 (diff) | |
download | blog-580eb905e4c529650c6b022b5eeb0803c9b52a66.tar.gz blog-580eb905e4c529650c6b022b5eeb0803c9b52a66.zip |
sass: add win98 theme for the lols
Diffstat (limited to 'sass')
-rw-r--r-- | sass/site.scss | 6 |
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 { |