More actions
mNo edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
} | } | ||
body.dovedale-theme-light th.headerSort | body.dovedale-theme-light th.headerSort { | ||
filter: invert( | filter: invert(0%) !important; | ||
color: hsl(0,0%,0%) !important; | |||
} | } |
Latest revision as of 10:15, 8 May 2025
.citizen-header__button {
border-radius: var(--border-radius-medium) !important;
}
.mw-logo-icon {
border-radius: var(--border-radius-base) !important;
}
.home-card__background {
background: var(--color-surface-2--hover) !important;
}
@media only screen and (max-width: 768px) {
.citizen-header__logo .mw-logo-icon, .citizen-header__logo .citizen-ui-icon {
transition-property: opacity !important;
}
}
body.dovedale-theme-light th.headerSort {
filter: invert(0%) !important;
color: hsl(0,0%,0%) !important;
}