Ghost/ghost/admin/app/styles/spirit/_custom-styles-dark.css
Sanne de Vries 48c9318089 Updated dark mode colors (#1827)
No issue

- Proposed color refresh for dark mode
- Improved overall styling for code injection in post settings and tag settings and added dark mode
2021-02-10 11:15:19 +01:00

7 lines
154 B
CSS

.bg-grouped-table {
background: #191b1f;
}
.highlight-whitegrey:hover {
background-color: color-mod(var(--whitegrey) a(60%) s(+5%)) !important;
}