Widget:Welcome to my Homepage: Difference between revisions

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

Latest 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>