Only apply a
colour changes to the footer
These looked weird on regular links and buttons
This commit is contained in:
parent
f554c9fb48
commit
73dd1d6ba0
2 changed files with 4 additions and 6 deletions
|
@ -5,5 +5,9 @@ footer.footer {
|
|||
@include dark-mode {
|
||||
background-color: $dark;
|
||||
color: $grey-light;
|
||||
|
||||
a:hover {
|
||||
color: $grey-lighter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,10 +30,4 @@ main {
|
|||
|
||||
a {
|
||||
transition: color 0.25s, background-color 0.25s;
|
||||
|
||||
@include dark-mode {
|
||||
&:not(.button):hover {
|
||||
color: $grey-lighter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue