MediaWiki:Variables.css: Difference between revisions

From Zombie Panic! Official Wiki
Jump to navigation Jump to search
Created page with ":root { --title-color: #3E476C; --subtitle-color: #6777B7; --group-color: #8c98c2; --border-color: #536092; } .theme-fandomdesktop-light { --custom-tertiary-color: #4e57741a; --custom-tertiary-color-text: #6777B7; WIP: } .theme-fandomdesktop-dark { --custom-tertiary-color: #4e57741a; --custom-tertiary-color-text: #6777B7; }"
 
(No difference)

Latest revision as of 06:01, 10 June 2025

:root {
    --title-color: #3E476C;
    --subtitle-color: #6777B7;
    --group-color: #8c98c2;
    --border-color: #536092;
}

.theme-fandomdesktop-light {
  --custom-tertiary-color: #4e57741a;
  --custom-tertiary-color-text: #6777B7; /*WIP*/
}
.theme-fandomdesktop-dark {
  --custom-tertiary-color: #4e57741a;
  --custom-tertiary-color-text: #6777B7;
}