Widget:Welcome to my Homepage: Difference between revisions
From MoHA Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
html[data-theme="dark"] { | body { | ||
--primary: #c1d82f; | |||
} | |||
html[data-theme="dark"] body { | |||
--primary: #f481ab; | --primary: #f481ab; | ||
--secondary: #225B6D; | --secondary: #225B6D; |
Revision as of 19:44, February 16, 2024
<style>
body { --primary: #c1d82f; } html[data-theme="dark"] body { --primary: #f481ab; --secondary: #225B6D; --white: #225B6D; --gray: #FFF1AE; --dark-gray: #FFF1AE; }
</style>