summaryrefslogtreecommitdiffstats
path: root/sass/style/common.sass
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-01-18 12:52:27 +0100
committerRomain Gonçalves <me@rgoncalves.se>2021-01-18 12:52:27 +0100
commite80f58116a9ecd67b2febe06778c624fd42ed1c6 (patch)
tree7200fc2c0da09bd7386bc74c2a538ac5bebd37e3 /sass/style/common.sass
downloadold-website-e80f58116a9ecd67b2febe06778c624fd42ed1c6.tar.gz
Restart repo from scratch
Diffstat (limited to 'sass/style/common.sass')
-rw-r--r--sass/style/common.sass32
1 files changed, 32 insertions, 0 deletions
diff --git a/sass/style/common.sass b/sass/style/common.sass
new file mode 100644
index 0000000..a128cce
--- /dev/null
+++ b/sass/style/common.sass
@@ -0,0 +1,32 @@
+
+/* sass ~~ /style/common.css */
+
+/*
+ * variables
+ */
+
+$white: #ffffff
+$black: #000000
+$blue: #0077ff
+$red: #ff0000
+$yellow: #ccaa00
+$green: #33cc44
+$grey: #eeeeee
+$grey_1: #cccccc
+$grey_2: #aaaaaa
+$grey_3: #888888
+$bg: $white
+$fg: $black
+$accent: $blue
+$font-path: "/fonts"
+
+/*
+ * font
+ */
+
+::selection
+ color: $bg
+ background-color: $fg
+
+*
+ font-family: monospace, monospace
remember that computers suck.