Widget:Fantastic Arcade: Difference between revisions
From MoHA Wiki
(Created page with " <style> body { --primary: #f9d333; } </style>") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<style> | |||
html[data-theme="light"] body { | |||
--primary: # | --primary: #9FAD00; | ||
--gray: #422A2C; | |||
</style> | --dark-gray: #EC686A; | ||
} | |||
html[data-theme="dark"] body { | |||
--primary: #9FAD00; | |||
--white: #422A2C; | |||
--secondary: #422A2C; | |||
--gray: #F6CB5D; | |||
} | |||
</style> |
Latest revision as of 21:30, February 16, 2024
<style>
html[data-theme="light"] body { --primary: #9FAD00; --gray: #422A2C; --dark-gray: #EC686A; } html[data-theme="dark"] body { --primary: #9FAD00; --white: #422A2C; --secondary: #422A2C; --gray: #F6CB5D; }
</style>