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: #00f246; | ||
--secondary: #1c3360; | --secondary: #1c3360; | ||
--white: # | --white: #b05c8c; | ||
--gray: #ec008c; | --gray: #ec008c; | ||
--dark-gray: #ec008c; | --dark-gray: #ec008c; | ||
} | } | ||
</style> | </style> |
Revision as of 21:38, February 16, 2024
<style>
html[data-theme="light"] body { --white: #ffffff; --primary: #b05c8c; --gray: #00f246; --secondary: #276fe7; --dark-gray: #276fe7; } html[data-theme="dark"] body { --primary: #00f246; --secondary: #1c3360; --white: #b05c8c; --gray: #ec008c; --dark-gray: #ec008c; }
</style>