fix(style.css): fix text color on hover
This commit is contained in:
@@ -42,11 +42,6 @@ input {
|
||||
a {
|
||||
color: var(--nord-acc0);
|
||||
text-decoration: none;
|
||||
transition: 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--nord-acc2);
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
@@ -90,6 +85,11 @@ header a {
|
||||
transition: 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.button a:hover {
|
||||
color: var(--nord-bg0);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: var(--nord-acc2);
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user