Widget:Games Y'all: Difference between revisions
From MoHA Wiki
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
html[data-theme="dark"] body { | html[data-theme="dark"] body { | ||
--primary: # | --primary: #007929; | ||
--secondary: #1c3360; | --secondary: #1c3360; | ||
--white: #b05c8c; | --white: #b05c8c; |
Revision as of 22:01, February 16, 2024
<style>
html[data-theme="light"] body { --white: #ffffff; --primary: #b05c8c; --gray: #80ebff; --secondary: #276fe7; --dark-gray: #276fe7; } html[data-theme="dark"] body { --primary: #007929; --secondary: #1c3360; --white: #b05c8c; --gray: #80ebff; --dark-gray: #80ebff; }
</style>