Widget:CATS+: Difference between revisions

From MoHA Wiki
(Created page with " <style> </style>")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<style>
<style>
 
html[data-theme="light"] body {
  </style>
    --primary: #986188;
    --gray: #FFF1AE;
    --dark-gray: #225B6D;
}
  html[data-theme="dark"] body {
    --primary: #f481ab;
    --secondary: #225B6D;
    --white: #225B6D;
    --gray: #FFF1AE;
    --dark-gray: #FFF1AE;
}
</style>

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

<style>

html[data-theme="light"] body {
   --primary: #986188;
   --gray: #FFF1AE;
   --dark-gray: #225B6D;
}
html[data-theme="dark"] body {
   --primary: #f481ab;
   --secondary: #225B6D;
   --white: #225B6D;
   --gray: #FFF1AE;
   --dark-gray: #FFF1AE;
}

</style>