Widget:The Mall

From MoHA Wiki
Revision as of 21:33, February 16, 2024 by Lau (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<style>

html[data-theme="light"] body {
   --primary: #0badd8;
   --gray:#ffde17;
   --white: #fcdada;
}
html[data-theme="dark"] body {
   --primary: #f05f8f;
   --white: #114a9f;
   --gray: #ffde17;
}

</style>