Widget:Games Y'all: Difference between revisions
From MoHA Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
--secondary: #1c3360; | --secondary: #1c3360; | ||
--white: #b05c8c; | --white: #b05c8c; | ||
--gray: # | --gray: #80ebff; | ||
--dark-gray: # | --dark-gray: #80ebff; | ||
} | } | ||
</style> | </style> |
Revision as of 21:40, 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: #80ebff; --dark-gray: #80ebff; }
</style>