demo : change color to give demo an identity

This commit is contained in:
Daniel Muyshond 2021-02-27 19:13:17 +01:00
parent 0920e80e6c
commit 0a459109aa
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: hsl( 332, 72%, 43%);
$secondary-color: #a31b5a;
$primary-color: #6e123d;
$secondary-color: #52112f;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 16px !default;
@ -18,11 +18,11 @@ $border-radius: 3px;
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: darken($primary-color, 3%);
$cell-entry-hover-background: $secondary-color;
$cell-title-color: #333333;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-hover-background-color: $secondary-color;
$button-background: $primary-color;
/*FOOTER*/