mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11:49 +03:00
301a21106c
fixes #16444
12 lines
190 B
CSS
12 lines
190 B
CSS
:root {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
.bg-grouped-table {
|
|
background: #191b1f;
|
|
}
|
|
|
|
.highlight-whitegrey:hover {
|
|
background-color: color-mod(var(--whitegrey) a(60%) s(+5%)) !important;
|
|
}
|