Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 18:47, 21 March 2025 by Dog (talk | contribs) (Revert var for testing)
.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;
  }
}
🍪 Yum Yum Yum! Cookies help us better deliver our services. By using our site, you agree to our use of cookies.