User:Monster Domosed/common.css: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 9: | Line 9: | ||
--color-link--active: var(--color-progressive--active); | --color-link--active: var(--color-progressive--active); | ||
} | } | ||
.hero-container { | .hero-container { | ||
| Line 59: | Line 46: | ||
/* ---------------- Light theme ---------------- */ | /* ---------------- Light theme ---------------- */ | ||
.skin-theme-clientpref-day { | .skin-theme-clientpref-day { | ||
--color-progressive: #97611C !important; | --color-progressive: #97611C !important; | ||
--color-progressive--hover: #97611C !important; | --color-progressive--hover: #97611C !important; | ||
--color-progressive--active: #97611C !important; | --color-progressive--active: #97611C !important; | ||
--color-visited: #97471C !important; | --color-visited: #97471C !important; | ||
--color-update-excerpt: #eaecf0 !important; | --color-update-excerpt: #eaecf0 !important; | ||
} | } | ||
| Line 91: | Line 78: | ||
.update-excerpt a:visited { | .update-excerpt a:visited { | ||
color: var(--color-visited); | color: var(--color-visited); | ||
} | |||
#ca-talk span { | |||
color: var(--color-progressive) !important; | |||
} | |||
html.skin-theme-clientpref-night #ca-edit span { | |||
color: hsl(var(--color-primary__h), 85%, 5%) !important; | |||
} | |||
html.skin-theme-clientpref-night #ca-edit .citizen-ui-icon::before { | |||
filter: invert(0) !important; | |||
} | } | ||