<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --theme-color:  #990025;
    --theme-color-rgb:  153, 0, 37;
    --theme-color-dark:  #6b001a;
    --theme-color-dark-visited: #8f0024;

    --theme-btn-color:  #fff;
    --theme-btn-bgcolor:  var(--theme-color-dark);
    --theme-btn-brcolor:  var(--theme-color-dark);

    --theme-btn-color-hover:  #fff;
    --theme-btn-bgcolor-hover:  var(--theme-color);
    --theme-btn-brcolor-hover:  var(--theme-color);

    --theme-color-wikilink1:  #090;
    --theme-color-wikilink2:  #f30;

    --theme-sidebar-selected:  #FF003E;
    --theme-sidebar-bgcolor:  #000000;

    --theme-top-navbar-aux-color:  #aa5e70;

    --theme-nav-pager-color:  #33000C;
    
    --theme-btn-expand-bgcolor: #f8c7d3;
    --theme-focus-outline: #ff5847;
    
    --theme-top-navbar-bgcolor: var(--theme-color);
}
</pre></body></html>