Increase opacity on hover

This commit is contained in:
Ajay
2023-03-17 22:11:13 -04:00
parent 5d610a342f
commit 18f860c6a2

View File

@@ -815,7 +815,7 @@ input::-webkit-inner-spin-button {
border-radius: 2em; border-radius: 2em;
z-index: 1000; z-index: 1000;
background-color: var(--category-color, #000); background-color: var(--category-color, #000);
opacity: 70%; opacity: 0.7;
box-shadow: 0 0 8px 2px #333; box-shadow: 0 0 8px 2px #333;
} }
@@ -837,6 +837,7 @@ input::-webkit-inner-spin-button {
.sponsorThumbnailLabel:hover { .sponsorThumbnailLabel:hover {
border-radius: 0.25em; border-radius: 0.25em;
opacity: 1;
} }
.sponsorThumbnailLabel:hover span { .sponsorThumbnailLabel:hover span {