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);
}