Changeset - f8fbb3172ec6
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-25 20:05:00
dominikruf@gmail.com
less: set basic Bootstrap color variables

Redundant css styling will be removed later.
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-variables.less
Show inline comments
 
/* 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;
0 comments (0 inline, 0 general)