Widget:Cage Match Project: Difference between revisions
From MoHA Wiki
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
body html[data-theme="dark"] | body html[data-theme="dark"] { | ||
--primary: #d05628; | --primary: #d05628; | ||
--secondary: #1c3360; | --secondary: #1c3360; |
Revision as of 23:04, February 15, 2024
<style> body {
--primary: #d05628; --gray: #faddc5; }
body html[data-theme="dark"] {
--primary: #d05628; --secondary: #1c3360; --white: #331b2f; --gray: #faddc5; --dark-gray: #faddc5; }
</style>