mirror of
https://github.com/planetrenox/planetrenox.com.git
synced 2026-01-13 16:18:03 +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">
|
||||
<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);
|
||||
|
||||
Reference in New Issue
Block a user