Fix some missing :hover types

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-10-28 23:43:02 +02:00
parent 643378c7e7
commit 7a3177d685
3 changed files with 5 additions and 12 deletions
+4 -2
View File
@@ -45,8 +45,8 @@ $theme-footer-color: hsl($theme-hue, 0%, 80%);
$theme-code-background: hsl($theme-hue, 50%, 5%);
$theme-button-background: hsl($theme-hue, 100%, 30.0%);
$theme-button-background-active: hsl($theme-hue, 100%, 50%);
$theme-button-color: hsl($theme-hue, 0%, 85%);
$theme-button-color-active: hsl($theme-hue, 100%, 85%);
$theme-button-color: hsl($theme-hue, 0%, 100%);
$theme-button-color-active: hsl($theme-hue, 100%, 100%);
* {
box-sizing: border-box;
@@ -70,6 +70,7 @@ body {
}
a,
a:hover,
a:visited,
a:focus,
a:active {
@@ -84,6 +85,7 @@ button {
cursor: pointer;
}
button:hover,
button:focus,
button:active,
button:visited {