diff --git a/src/style.css b/src/style.css index ce5f1bebf6..3580d0b1db 100644 --- a/src/style.css +++ b/src/style.css @@ -555,7 +555,7 @@ button:focus { margin: 15px !important; padding: 10px !important; opacity: 0.93 !important; - border: 1.7px solid rgba(200, 137, 230, 0.637) !important; + border: 2.2px solid rgba(200, 137, 230, 0.333) !important; vertical-align: middle !important; text-align: center !important; border-radius: 5px !important; @@ -568,6 +568,7 @@ button:focus { @media (max-width: 767px) { .tech-icons { margin: 10px !important; + border-color: rgba(200, 137, 230, 0.833) } }