Widget:CATS+

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

<style>

html[data-theme="light"] body {
   --primary: #986188;
   --gray: #FFF1AE;
   --dark-gray: #225B6D;
}
html[data-theme="dark"] body {
   --primary: #f481ab;
   --secondary: #225B6D;
   --white: #225B6D;
   --gray: #FFF1AE;
   --dark-gray: #FFF1AE;
}

</style>