Widget:Games Y'all: Difference between revisions
From MoHA Wiki
(Created page with "<style> body { --primary: #fc9eed; } </style>") |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
body { | html[data-theme="light"] body { | ||
--primary: # | --primary: #c1d82f; | ||
} | |||
html[data-theme="dark"] body { | |||
--primary: #f481ab; | |||
--secondary: #225B6D; | |||
--white: #225B6D; | |||
--gray: #FFF1AE; | |||
--dark-gray: #FFF1AE; | |||
} | } | ||
</style> | </style> |
Revision as of 21:21, February 16, 2024
<style>
html[data-theme="light"] body { --primary: #c1d82f; } html[data-theme="dark"] body { --primary: #f481ab; --secondary: #225B6D; --white: #225B6D; --gray: #FFF1AE; --dark-gray: #FFF1AE; }
</style>