mirror of
https://github.com/planetrenox/planetrenox.com.git
synced 2026-01-14 00:28:04 +00:00
Refactor: Change background to white and text to black
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<title>Planet Renox</title>
|
<title>Planet Renox</title>
|
||||||
<style>
|
<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}
|
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
|
||||||
body{
|
body{
|
||||||
background:var(--c1);
|
background:var(--c1);
|
||||||
|
|||||||
Reference in New Issue
Block a user