minsant: set peru color on links (#51864)

This commit is contained in:
Nicolas Roche 2021-03-10 14:25:45 +01:00
parent 3b3b8614ae
commit f697a75f7e
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
$gray-light: #f3f3f3;
$blue-dark: #697b98;
$peru: #CD853F;
$primary-color: $gray-light;
$secondary-color: $blue-dark;
$tertiary-color: $peru;
$body-background: $primary-color;
$sidebar-position: right;
@ -11,7 +13,7 @@ $font-family: Arial, sans-serif;
$width: 1160px;
$font-color: #000;
$font-size: 0.938em;
$link-color: #365268;
$link-color: $tertiary-color;
$nav-full-width-background: true;
$nav-background: white;
$nav-submenu-color: black;;