mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2026-01-26 16:25:58 +01:00
Consistent hover style
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user