From 6aa1b286df8b44e73218499f5868e3431e4f98a8 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 20 Oct 2020 14:42:55 +0200 Subject: [PATCH] correction de couleurs --- css/_sq_balint.scss | 4 ++-- css/mon_site.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index e50f65f..5306b0c 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -161,7 +161,7 @@ body{ } .fa-bars{ font-size: 1.8rem; - color: $light; + color: $page-active; } &.reduit{ .navbar-brand{ @@ -175,7 +175,7 @@ body{ } .dropdown-item:focus, .dropdown-item:hover{ background: rgba(255,255,255,0.2); - color: white; + color: $page-active; } @include media-breakpoint-up(xl){ padding: 0 2rem; diff --git a/css/mon_site.css b/css/mon_site.css index b3d8f68..16555da 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12065,7 +12065,7 @@ body { #menu-principal .fa-bars { font-size: 1.8rem; - color: #f8f9fa; + color: #C84227; } #menu-principal.reduit .navbar-brand { @@ -12080,7 +12080,7 @@ body { #menu-principal .dropdown-item:focus, #menu-principal .dropdown-item:hover { background: rgba(255, 255, 255, 0.2); - color: white; + color: #C84227; } @media (min-width: 1200px) {