summaryrefslogtreecommitdiff
path: root/css/variables.less
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.work>2018-08-16 01:04:34 +0200
committerPatrick Spek <p.spek@tyil.work>2018-08-16 01:04:34 +0200
commitdb9090f75fc2696b31dfdf8eb5e2a5f8eaad6e7e (patch)
treecaef85e3c3e49868ad6bccf5c17ec9636c3a789b /css/variables.less
parenta70742e1376ddaa3e9dcf1ae4d0b7516d4b70a0a (diff)
Update CSS
Diffstat (limited to 'css/variables.less')
-rw-r--r--css/variables.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/variables.less b/css/variables.less
new file mode 100644
index 0000000..88347cf
--- /dev/null
+++ b/css/variables.less
@@ -0,0 +1,11 @@
+// Main site colors
+@bodyBackgroundColor: #fefefe;
+@bodyTextColor: #454545;
+
+// Link Colors
+@linkColor: #07a;
+@linkVisitedInvertedColor: #ac5a82;
+
+// Special blocks
+@blockBackgroundColor: #f6f6f6;
+@blockBorderColor: #d7d7d7;