Ghost/ghost/admin/app/styles/spirit/_custom-styles-dark.css
2023-04-02 11:00:38 -04:00

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