Widget:Games Y'all

From MoHA Wiki
Revision as of 21:34, February 16, 2024 by Lau (talk | contribs)

<style>

html[data-theme="light"] body {
   --white: #ffffff;
   --primary: #000000;
   --gray: #c1d82f;
   --secondary: #ec008c;
   --dark-gray: #ec008c;
}
html[data-theme="dark"] body {
   --primary: #c1d82f;
   --secondary: #1c3360;
   --white: #000;
   --gray: #ec008c;
   --dark-gray: #ec008c;
}

</style>