montsaintguibert : 2019 theme init

This commit is contained in:
Daniel Muyshond 2019-11-22 16:14:08 +01:00
parent ece1458de2
commit 6fa981fffd
2 changed files with 8 additions and 5 deletions

View File

@ -1,14 +1,14 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #D8297B;
$primary-color: hsl(185, 45%, 57%);
$width: 1200px;
$mobile-limit: 800px;
$font-size: 18px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: $primary-color;
$link-color: hsl(185, 65%, 33%);
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
$border-radius: 3px;
@ -18,13 +18,16 @@ $border-radius: 3px;
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: $primary-color;
$cell-links-color: hsl(185, 45%, 34%);
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-hover-background-color: hsl(185, 45%, 45%);
$button-background: $primary-color;
/*FOOTER*/
$footer-background-color: hsl(215, 30%, 25%);
$footer-text-color: white;
$footer-hover-text-color: #C2C2C2;
/*HEADER*/
$header-banner: none;

View File

@ -3,7 +3,7 @@
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#5FBAC2",
"theme_color": "#D8297B",
"favicon": "montsaintguibert/images/favicon.ico"
}
}