From 16dd5deed4135dd0a66222d79d3d15b65f892b24 Mon Sep 17 00:00:00 2001 From: ekovi Date: Wed, 26 Feb 2014 21:09:24 +0100 Subject: [PATCH] update forgot to enclose in #theme {} --- src/main/webapp/sass/themes/_dark.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/sass/themes/_dark.scss b/src/main/webapp/sass/themes/_dark.scss index a6702666..ae2111bf 100644 --- a/src/main/webapp/sass/themes/_dark.scss +++ b/src/main/webapp/sass/themes/_dark.scss @@ -1,3 +1,5 @@ +#theme-dark { + .btn { border: 0; outline: 0; @@ -61,3 +63,4 @@ div.settings a { div.about-module a { color: #e6c6c9; } +}