From 5dbe2d155c36a8ac21cacf35e8993246db675983 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 8 Mar 2024 11:03:24 -0600 Subject: [PATCH] color --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index d24b3c8..2cbb8fa 100644 --- a/static/style.css +++ b/static/style.css @@ -18,11 +18,15 @@ h1 { font-size: 2.5rem; } -h2, -li { +h2 { color: rgb(0, 255, 0); } +li, +h2 { + color: white; +} + body, html { margin: auto;