From 5a8b64b610f4a8d00c6fca747c433ea95f4ec168 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 25 Jul 2024 20:02:27 -0400 Subject: [PATCH] cleaned up styles --- frontend/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index 1fc5c86..52eca95 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -4,7 +4,7 @@ html { background-color: rgba(27, 38, 54, 1); - text-align: center; + /*text-align: center;*/ color: white; }