From e34dc0fdcd389b9d46ca70c7b871c29e45750caa Mon Sep 17 00:00:00 2001 From: Aarex Tiaokhiao Date: Mon, 7 Sep 2020 12:56:08 -0400 Subject: [PATCH] Fixed option button style --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 47709c9..c5bbb8f 100644 --- a/style.css +++ b/style.css @@ -370,7 +370,7 @@ a { height: 100px; width: 100px; border-radius: 25%; - border: 1px solid black; + border: 4px solid; background-color: #a1a1a1; border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); cursor: pointer;