Widget:Fantastic Arcade: Difference between revisions

From MoHA Wiki
No edit summary
 
Line 1: Line 1:
<style>
<style>
  body {
html[data-theme="light"] body {
     --primary: #f9d333;
     --primary: #9FAD00;
  }
    --gray: #422A2C;
  </style>
    --dark-gray: #EC686A;
}
  html[data-theme="dark"] body {
    --primary: #9FAD00;
    --white: #422A2C;
    --secondary: #422A2C;
    --gray: #F6CB5D;
}
</style>

Latest revision as of 21:30, February 16, 2024

<style>

html[data-theme="light"] body {
   --primary: #9FAD00;
   --gray: #422A2C;
   --dark-gray: #EC686A;
}
html[data-theme="dark"] body {
   --primary: #9FAD00;
   --white: #422A2C;
   --secondary: #422A2C;
   --gray: #F6CB5D;
}

</style>