Widget:Games Y'all: Difference between revisions

From MoHA Wiki
No edit summary
No edit summary
Line 1: Line 1:
<style>
<style>
  html[data-theme="light"] body {
  html[data-theme="light"] body {
  --primary: #c1d82f;
    --white: #ffffff;
    --primary: #000000;
    --gray: #c1d82f;
    --secondary: #ec008c;
    --dark-gray: #ec008c;
  }
  }
  html[data-theme="dark"] body {
  html[data-theme="dark"] body {
  --primary: #f481ab;
    --primary: #c1d82f;
  --secondary: #225B6D;
    --secondary: #1c3360;
  --white: #225B6D;
    --white: #000;
  --gray: #FFF1AE;
    --gray: #ec008c;
  --dark-gray: #FFF1AE;
    --dark-gray: #ec008c;
  }
  }
</style>
</style>

Revision as of 21:34, February 16, 2024

<style>

html[data-theme="light"] body {
   --white: #ffffff;
   --primary: #000000;
   --gray: #c1d82f;
   --secondary: #ec008c;
   --dark-gray: #ec008c;
}
html[data-theme="dark"] body {
   --primary: #c1d82f;
   --secondary: #1c3360;
   --white: #000;
   --gray: #ec008c;
   --dark-gray: #ec008c;
}

</style>