From 8ef1e3840aa9f297722592f9f8a518b40433f2dc Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 22 Jan 2023 16:31:08 -0600 Subject: [PATCH] Change color when hovering over share buttons --- assets/css/bobastyle.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 {