Widget:Unlisted Projects

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: #1c3360;
   --gray: #faad84;
   --white: #fff3ea;
}
html[data-theme="dark"] body {
   --primary: #faad84;
   --white: #1c3360;
   --gray: #fac1be;
   --dark-gray: #fac1be;
}

</style>