mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-21 23:35:01 +00:00
Change button hover color
This commit is contained in:
parent
18828ba394
commit
0f9829658e
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue