From baebe461773a843531b6c91e2287083ce66a9ff3 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Sun, 4 Feb 2024 12:13:44 -0600 Subject: [PATCH] revert bg color --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index f267f9c..6f1b063 100644 --- a/static/style.css +++ b/static/style.css @@ -79,7 +79,7 @@ a { font-size: 1.3rem; border: 2px gray solid; border-radius: 6px; - background-color: rgb(15, 0, 30); + background-color: black; padding: 8px; margin: 3px; display: inline-block;