mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
48c9318089
No issue - Proposed color refresh for dark mode - Improved overall styling for code injection in post settings and tag settings and added dark mode
7 lines
154 B
CSS
7 lines
154 B
CSS
.bg-grouped-table {
|
|
background: #191b1f;
|
|
}
|
|
|
|
.highlight-whitegrey:hover {
|
|
background-color: color-mod(var(--whitegrey) a(60%) s(+5%)) !important;
|
|
} |