Fix some missing :hover types
This commit is contained in:
+4
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user