mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed incorrect search icon colour
no issue - search icon colour was being overridden and appearing too dark
This commit is contained in:
parent
14f40c2d18
commit
a2e39c3ed5
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@
|
|||
vertical-align: -1px;
|
||||
}
|
||||
|
||||
.gh-nav-search-button svg path {
|
||||
stroke: inherit;
|
||||
}
|
||||
|
||||
.gh-nav-search-button:hover svg {
|
||||
fill: var(--darkgrey);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue