From 0f9829658e7ed0ef037ba8648b3f89b56eb72d4c Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sun, 1 Dec 2019 21:19:09 +0200 Subject: [PATCH] Change button hover color --- _includes/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/style.scss b/_includes/style.scss index b7daab0..8a46562 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -1,5 +1,4 @@ $backgroundcolor: #555; -$textcolor: #FCFCFC; $accentcolor: #FCFCFC; $lightcolor: #555; $linkcolor: #1B619F; @@ -81,7 +80,7 @@ $linkcolor: #1B619F; html { background: $backgroundcolor; - color: $textcolor; + color: $accentcolor; display: table; font-family: Montreal, sans-serif; font-size: calc(1.125em + .2vw); @@ -101,7 +100,7 @@ body { h1 { color: $accentcolor; - fill: $textcolor; + fill: $accentcolor; font-family: "Glacial Indifference", sans-serif; font-size: calc(2.625em + 0.2vw); text-transform: uppercase; @@ -180,6 +179,7 @@ a:hover { .button:hover { box-shadow: 0 8px 15px rgba(0, 0, 0, .22); + color: $accentcolor; } .button:focus {