0
Fork 0
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:
Kevin Ansfield 2018-05-01 11:41:38 +01:00
parent 14f40c2d18
commit a2e39c3ed5

View file

@ -154,6 +154,10 @@
vertical-align: -1px;
}
.gh-nav-search-button svg path {
stroke: inherit;
}
.gh-nav-search-button:hover svg {
fill: var(--darkgrey);
}