0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Updated Dashboard tooltip background in dark mode

This commit is contained in:
Peter Zimon 2022-05-17 13:36:37 +02:00
parent ab85ddf382
commit 44f338d8a6

View file

@ -1193,3 +1193,7 @@ kbd {
.gh-dashboard-zero-message {
background-color: #1c1e21;
}
.gh-dashboard-tooltip {
background: var(--whitegrey);
}