change hover image to A-grayscale

This commit is contained in:
jumping283 2023-01-24 10:07:09 -08:00 committed by GitHub
parent c6fcd336ed
commit 338a7626cd
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-300.png");
background-image: url("/A-grayscale.png");
}
sheep-btn:active {
box-shadow: 0 0 2px rgba(0,0,0,0.5);