Add color scheme

This commit is contained in:
Jeremy Thomas
2019-10-13 15:12:30 +01:00
parent 5131f2ab04
commit 0f988eadd9
28 changed files with 472 additions and 266 deletions

View File

@@ -1,4 +1,4 @@
$footer-background-color: $white-bis !default
$footer-background-color: $scheme-main-bis !default
$footer-color: false !default
$footer-padding: 3rem 1.5rem 6rem !default

View File

@@ -53,7 +53,7 @@
a
color: $color-invert
&:hover
background-color: rgba($black, 0.1)
background-color: rgba($scheme-invert, 0.1)
li.is-active a
&,
&:hover