changeset 7060:f8fbb3172ec6

less: set basic Bootstrap color variables Redundant css styling will be removed later.
author domruf <dominikruf@gmail.com>
date Wed, 25 Oct 2017 20:05:00 +0200
parents beb1500904c5
children dde553684091
files kallithea/public/less/kallithea-variables.less
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/kallithea-variables.less	Sun Oct 29 00:43:29 2017 +0200
+++ b/kallithea/public/less/kallithea-variables.less	Wed Oct 25 20:05:00 2017 +0200
@@ -1,3 +1,7 @@
+/* basic variables */
+@kallithea-theme-main-color:        #577632;
+@kallithea-theme-inverse-color:     #FFF;
+
 /* logo */
 @kallithea-logo-url:                "../images/kallithea-logo.svg";
 @kallithea-logo-width:              140px;
@@ -5,4 +9,6 @@
 @kallithea-logo-bottom:             4px;
 
 /* bootstrap override */
+@brand-primary:                     @kallithea-theme-main-color;
+@link-hover-color:                  darken(@kallithea-theme-main-color, 20.0%);
 @font-family-monospace:             Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;