Last 5 Pages Viewed: Hot Deals Vendor Market / Tanline Steamroller [info] / MoHA Alone: A Home Alone Musical [Edit] / Hot Deals Vendor Market / Widget:Welcome to my Homepage

Widget:Welcome to my Homepage

From MoHA Wiki

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