summaryrefslogtreecommitdiff
path: root/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style.scss')
-rw-r--r--sass/style.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/sass/style.scss b/sass/style.scss
new file mode 100644
index 0000000..65b7bae
--- /dev/null
+++ b/sass/style.scss
@@ -0,0 +1,10 @@
+@use "everforest";
+
+body {
+ color: everforest.$fg;
+ background-color: everforest.$bg0;
+}
+
+a {
+ color: everforest.$blue;
+}