Update inject.js

This commit is contained in:
rlauuzo 2024-08-06 19:16:31 +02:00 committed by GitHub
parent 182fe9f831
commit 0118007cf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,7 @@ const introSkipper = {
box-shadow: 0 0 8px rgba(var(--accent), 0.6);
filter: brightness(1.2);
}
#skipIntro .emby-button:focus:not(:focus-visible) {
#skipIntro .emby-button:focus {
background: rgb(var(--accent));
box-shadow: 0 0 8px rgba(var(--accent), 0.6);
}