From 18f860c6a263161817665c315c5a047798b78c10 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 17 Mar 2023 22:11:13 -0400 Subject: [PATCH] Increase opacity on hover --- public/content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index 360d0987..c0a6f3ff 100644 --- a/public/content.css +++ b/public/content.css @@ -815,7 +815,7 @@ input::-webkit-inner-spin-button { border-radius: 2em; z-index: 1000; background-color: var(--category-color, #000); - opacity: 70%; + opacity: 0.7; box-shadow: 0 0 8px 2px #333; } @@ -837,6 +837,7 @@ input::-webkit-inner-spin-button { .sponsorThumbnailLabel:hover { border-radius: 0.25em; + opacity: 1; } .sponsorThumbnailLabel:hover span {