Widget:Games Y'all: Difference between revisions

From MoHA Wiki
No edit summary
No edit summary
Line 2: Line 2:
  html[data-theme="light"] body {
  html[data-theme="light"] body {
     --white: #ffffff;
     --white: #ffffff;
     --primary: #000000;
     --primary: #b05c8c;
     --gray: #c1d82f;
     --gray: #00f246;
     --secondary: #ec008c;
     --secondary: #276fe7;
     --dark-gray: #ec008c;
     --dark-gray: #276fe7;
  }
  }
  html[data-theme="dark"] body {
  html[data-theme="dark"] body {

Revision as of 21:36, 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: #c1d82f;
   --secondary: #1c3360;
   --white: #000;
   --gray: #ec008c;
   --dark-gray: #ec008c;
}

</style>