Das Farb-Thema werden jetzt mit Hilfe von LESS-Variablen umgesetzt
[website] / src / main / webapp / less / base / layout.less
index f6d4984..efeddf9 100644 (file)
@@ -1,3 +1,5 @@
+@import '../variables.less';
+
 .content
 {
   position: relative;
@@ -23,7 +25,7 @@
   padding: 0 2em 1.0625em 2em;
   position: relative;
   width: 20.375em;
-  background-color: #6EE768;
+  background-color: @heller;
 }
 .content #nav
 {