Merge branch 'main' of ssh://git.entrouvert.org/imio-publik-themes into main

This commit is contained in:
Nicolas Selva 2021-02-25 12:34:42 +01:00
commit f85da49ed0
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #485158;
$primary-color: #63513D;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 16px !default;
@ -24,9 +24,9 @@ $button-hover-background-color: darken($primary-color, 8%);
$button-background: $primary-color;
/*FOOTER*/
$footer-background-color: hsl( 0, 0%, 19%);
$footer-text-color: hsl(0, 0, 84%);
$footer-hover-text-color: hsl(0, 0, 100%);
$footer-background-color: #53565A;
$footer-text-color: #97999B;
$footer-hover-text-color: #212121;
/*HEADER*/