From db9090f75fc2696b31dfdf8eb5e2a5f8eaad6e7e Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 16 Aug 2018 01:04:34 +0200 Subject: Update CSS --- css/variables.less | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 css/variables.less (limited to 'css/variables.less') 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; -- cgit v1.1