add border to active button

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-01-09 15:01:21 -08:00
parent e38ab19c1d
commit 78dd24d6cc

View File

@ -67,4 +67,5 @@ p {
.btn-group button.active {
background-color: black;
color: white;
border: solid white 1px;
}