diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 93c22c1..4e98f4e 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -424,16 +424,15 @@ justify-content: center; } -.share-buttons button, .share-buttons a { background-color: var(--background-2); color: var(--text-2); padding: 4px; border-radius: 8px; } - -.share-buttons button { - border: none; +.share-buttons a:hover { + background-color: var(--background-3); + color: var(--text-3); } .share-buttons svg {