From e4650a369da16c7e0d4329fb4af3bdff004dff8a Mon Sep 17 00:00:00 2001 From: phoenixbyrd Date: Sun, 1 Nov 2020 18:17:40 -0600 Subject: [PATCH] change popup background color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d5219f4..8ceff70 100644 --- a/style.css +++ b/style.css @@ -239,7 +239,7 @@ footer a:hover { left:50%; transform:translate(-50%, -50%); display:none; - background:darkslategrey; + background:#332929; color:antiquewhite; padding:20px; border-radius: 5px;