summaryrefslogtreecommitdiff
path: root/sass/dark.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-21 10:40:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-21 10:40:53 +0200
commit6f1069470dac198edd3606d9e592312baaccd131 (patch)
treedd585fcb00f9dff327c470367b0b8d72b4c1c2f5 /sass/dark.scss
parente8437a7c362796ed81b3f6fe8a025349cf391871 (diff)
nicer CSS for landing page
Diffstat (limited to 'sass/dark.scss')
-rw-r--r--sass/dark.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/sass/dark.scss b/sass/dark.scss
index 8ee3458..3104cd5 100644
--- a/sass/dark.scss
+++ b/sass/dark.scss
@@ -4,7 +4,14 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
+$bg : #101010;
+$bg05: #222222;
+$bg1 : #444444;
+
+$fg : #ffffff;
+$fg1: #dddddd;
$fg2: #bbbbbb;
+$fg3: #999999;
$link-color: #9999ff;