From 78dd24d6ccda5d861f87d32799f0a352110a0e6e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 9 Jan 2023 15:01:21 -0800 Subject: [PATCH] add border to active button Signed-off-by: Arthur Lu --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 487203b..358906b 100644 --- a/css/style.css +++ b/css/style.css @@ -67,4 +67,5 @@ p { .btn-group button.active { background-color: black; color: white; + border: solid white 1px; } \ No newline at end of file