Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.citizen-header__button {
border-radius: var(--border-radius-medium) !important;
}
.mw-logo-icon {
filter: invert(0) hue-rotate(0deg) !important;
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;
}
}