From 330dbd0dead3db552e6d18f5cd974dd009a0a365 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Fri, 29 Nov 2024 14:37:14 -0500 Subject: [PATCH] Upload files to "static/css" --- static/css/modern_theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/modern_theme.css b/static/css/modern_theme.css index feaa0f4..ae05113 100644 --- a/static/css/modern_theme.css +++ b/static/css/modern_theme.css @@ -1,7 +1,7 @@ /* modern_theme.css */ body { background-color: #1c1c1c; - color: #dcdcdc; + color: #000000; font-family: 'Arial', sans-serif; }