0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added dark mode hover state

refs https://github.com/TryGhost/Team/issues/2608
This commit is contained in:
Djordje Vlaisavljevic 2023-03-02 20:04:36 +00:00
parent 7c84ef8c2d
commit 683a0726df

View file

@ -1523,3 +1523,7 @@ kbd {
.gh-dashboard-mentions-header {
border-color: #2b2d31;
}
.gh-dashboard-mention:hover {
background: var(--whitegrey-d1);
}