Consistent hover style

This commit is contained in:
Sodbileg Gansukh
2021-07-12 12:51:17 +08:00
parent 29390be55c
commit 9c9de086c1
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -286,7 +286,6 @@
background-color: var(--color-white);
border: 1px solid var(--color-light-gray);
border-radius: 6px;
transition: border-color 0.2s ease-in-out;
}
.gh-subscribe .gh-subscribe-input {
@@ -294,7 +293,7 @@
}
.gh-subscribe-input:hover {
border-color: var(--ghost-accent-color);
border-color: var(--color-mid-gray);
opacity: 1;
}