More actions
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
transition-property: opacity !important; | transition-property: opacity !important; | ||
} | } | ||
} | |||
body.dovedale-theme-light th.headerSort { | |||
filter: invert(0%) !important; | |||
} | |||
.content body.dovedale-theme-light th.headerSort { | |||
filter: invert(100%); | |||
} | } |
Revision as of 17:44, 6 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;
}
.content body.dovedale-theme-light th.headerSort {
filter: invert(100%);
}