Widget:Welcome to my Homepage

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

<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>