Refactor: Change background to white and text to black

This commit is contained in:
2025-09-30 09:59:51 -07:00
parent 624aa83e7b
commit 46f716def8

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Planet Renox</title>
<style>
:root{--c1:#000;--c2:#666;--c3:#fff}
:root{--c1:#fff;--c2:#666;--c3:#000}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{
background:var(--c1);