mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
7 lines
154 B
CSS
7 lines
154 B
CSS
|
.bg-grouped-table {
|
||
|
background: #212A2E;
|
||
|
}
|
||
|
|
||
|
.highlight-whitegrey:hover {
|
||
|
background-color: color-mod(var(--whitegrey) a(60%) s(+5%)) !important;
|
||
|
}
|