Widget:The Mall: Difference between revisions
From MoHA Wiki
(Created page with "<style> body { --primary: #0badd8; } </style>") |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
body { | html[data-theme="light"] body { | ||
--primary: #0badd8; | |||
--gray:#ffde17; | |||
--white: #fcdada; | |||
} | |||
html[data-theme="dark"] body { | |||
--primary: #f05f8f; | |||
--white: #114a9f; | |||
--gray: #ffde17; | |||
} | } | ||
</style> | </style> |
Latest revision as of 21:33, February 16, 2024
<style>
html[data-theme="light"] body { --primary: #0badd8; --gray:#ffde17; --white: #fcdada; } html[data-theme="dark"] body { --primary: #f05f8f; --white: #114a9f; --gray: #ffde17; }
</style>