summaryrefslogtreecommitdiff
path: root/style/main.less
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-03-24 20:08:50 +0100
committerPeter Wu <peter@lekensteyn.nl>2015-03-24 20:08:50 +0100
commitc8990e0b03ca53ebf70c1306c9db3e3dbdeb737c (patch)
treea8844fdba61dc6a308069c2466f74caa5409d758 /style/main.less
parent8416fccffacdb6a65c2e15e2add31429d99f7a55 (diff)
downloadsite-c8990e0b03ca53ebf70c1306c9db3e3dbdeb737c.tar.gz
Add a light background color
Diffstat (limited to 'style/main.less')
-rw-r--r--style/main.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/style/main.less b/style/main.less
index 90edbcd..1c64dd1 100644
--- a/style/main.less
+++ b/style/main.less
@@ -6,6 +6,8 @@
body {
text-align: center;
line-height: 2em;
+ background: linear-gradient(-45deg,
+ @color-secondary-2-4, @color-secondary-2-1);
}
@import "menu.less";