From bd0ac258b0eb4807fd54227d64a779c4fa3d0965 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sat, 18 Mar 2023 15:58:59 -0700 Subject: [PATCH] Update button styling --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a8a318a..239dd75 100644 --- a/style.css +++ b/style.css @@ -77,7 +77,7 @@ button { } .selected { - background-color: #1e1e1e; + background-color: #464646; color: #d4d4d4; }