Widget:Cage Match Project: Difference between revisions

From MoHA Wiki
(Created page with "<style> body { --primary: #d05628; } </style>")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<style>
<style>
  body {
  html[data-theme="light"] body {
  --primary: #d05628;
    --white: #fff3ea;
    --primary: #d05628;
    --gray: #faddc5;
}
html[data-theme="dark"] body {
    --primary: #d05628;
    --secondary: #1c3360;
    --white: #331b2f;
    --gray: #faddc5;
    --dark-gray: #faddc5;
  }
  }
</style>
</style>

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

<style>

html[data-theme="light"] body {
   --white: #fff3ea;
   --primary: #d05628;
   --gray: #faddc5;
}
html[data-theme="dark"] body {
   --primary: #d05628;
   --secondary: #1c3360;
   --white: #331b2f;
   --gray: #faddc5;
   --dark-gray: #faddc5;
}

</style>