diff --git a/css/index.css b/css/index.css index 49e1f7d..1b2cad6 100644 --- a/css/index.css +++ b/css/index.css @@ -21,8 +21,8 @@ body { font-family: -apple-system, system-ui, sans-serif; /*color: var(--darkgray); background-color: var(--white);*/ - color: #222; - background: #fff; + color: var(--white); + background-color: var(--black); } p:last-child { margin-bottom: 0;