0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

🎨 Improved scrollbar appearance in dark mode (#16535)

fixes #16444
This commit is contained in:
pavel 2023-04-02 18:00:38 +03:00 committed by GitHub
parent 5b1bf3ae0d
commit 301a21106c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,11 @@
:root {
color-scheme: dark;
}
.bg-grouped-table {
background: #191b1f;
}
.highlight-whitegrey:hover {
background-color: color-mod(var(--whitegrey) a(60%) s(+5%)) !important;
}
}