More actions
For custom colours to match the rest of the site |
m Revert var for testing Tag: Reverted |
||
Line 28: | Line 28: | ||
html.skin-theme-clientpref-night .irwa-color-adaptive, | html.skin-theme-clientpref-night .irwa-color-adaptive, | ||
html.theme-dark .irwa-color-adaptive { | html.theme-dark .irwa-color-adaptive { | ||
--irwa-navigation-background: | --irwa-navigation-background: #191c21; | ||
--irwa-navigation-color: #fff; | --irwa-navigation-color: #fff; | ||
--irwa-header-link-background: rgba(0, 0, 0, 0.8); | --irwa-header-link-background: rgba(0, 0, 0, 0.8); |
Revision as of 18:47, 21 March 2025
.irwa-color-light,
html.skin-theme-clientpref-day .irwa-color-adaptive,
html.theme-light .irwa-color-adaptive {
--irwa-navigation-background: #e4e6ed;
--irwa-navigation-color: #000;
--irwa-header-link-background: rgba(255, 255, 255, 0.8);
--irwa-header-link-border-color: #d4d2e1;
--irwa-header-link-hover-background: #fff;
--irwa-header-link-active-background: #d4d2e1;
--irwa-members-background: rgba(255, 255, 255, 0.8);
--irwa-members-border-color: #d4d2e1;
}
@media screen and (prefers-color-scheme: light) {
html.skin-theme-clientpref-os .irwa-color-adaptive {
--irwa-navigation-background: #e4e6ed;
--irwa-navigation-color: #000;
--irwa-header-link-background: rgba(255, 255, 255, 0.8);
--irwa-header-link-border-color: #d4d2e1;
--irwa-header-link-hover-background: #fff;
--irwa-header-link-active-background: #d4d2e1;
--irwa-members-background: rgba(255, 255, 255, 0.8);
--irwa-members-border-color: #d4d2e1;
}
}
.irwa-color-dark,
html.skin-theme-clientpref-night .irwa-color-adaptive,
html.theme-dark .irwa-color-adaptive {
--irwa-navigation-background: #191c21;
--irwa-navigation-color: #fff;
--irwa-header-link-background: rgba(0, 0, 0, 0.8);
--irwa-header-link-border-color: #242231;
--irwa-header-link-hover-background: #000;
--irwa-header-link-active-background: #242231;
--irwa-members-background: #191c21;
--irwa-members-border-color: #333;
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .irwa-color-adaptive {
--irwa-navigation-background: #191c21;
--irwa-navigation-color: #fff;
--irwa-header-link-background: rgba(0, 0, 0, 0.8);
--irwa-header-link-border-color: #242231;
--irwa-header-link-hover-background: #000;
--irwa-header-link-active-background: #242231;
--irwa-members-background: #191c21;
--irwa-members-border-color: #333;
}
}