change hover icon to flat gray

This commit is contained in:
jumping283 2023-01-24 10:31:46 -08:00 committed by GitHub
parent e502a6736f
commit 505a863b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sheep-btn, .sheep-blockscreen sheep-btn:hover {
sheep-btn:hover {
background-color: rgba(255,255,255,0.8);
box-shadow: 0 0 4px rgba(0,0,0,0.5);
background-image: url("/A-grayscale.png");
background-image: url("/A-gray2.png");
}
sheep-btn:active {
box-shadow: 0 0 2px rgba(0,0,0,0.5);