From c8990e0b03ca53ebf70c1306c9db3e3dbdeb737c Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 24 Mar 2015 20:08:50 +0100 Subject: Add a light background color --- style/main.less | 2 ++ 1 file changed, 2 insertions(+) (limited to 'style/main.less') 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"; -- cgit v1.2.1