Chastre : I updated theme colors to match the website

This commit is contained in:
Daniel Muyshond 2019-11-14 10:01:34 +01:00
parent 321a482038
commit ee7e6166da
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #8b2c05;
$secondary-color: #2543B4;
$primary-color: #1f799c;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 18px !default;
@ -21,7 +20,7 @@ $theme2019: true;
//$body-background: white; VEO
//$font-color: #333; VEO
//$link-color: #028; VEO
$link-color: $secondary-color;
$link-color: $primary-color;
//$font-family : sans-serif; Var E'O
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
//$width : 1000px; Var E'O
@ -47,7 +46,7 @@ $cell-border: 0px;
//$cell-border-radius: $border-radius; Variable Entr'Ouvert
//$cell-color: inherit; Variable Entr'Ouvert
//cell-entry-color: #ccc; VEO
$cell-entry-hover-background: $secondary-color;
$cell-entry-hover-background: $primary-color;
//$cell-links-color: #028 !default; //colour of the links, inside de cells
//$cell-links-color: $primary-color;
//$cell-links-color-hover: #028 !default;