Update skip intro button style

This commit is contained in:
Levi 2025-01-22 07:30:59 +01:00
parent 165e24da5f
commit 0f4875e6f3

View file

@ -479,10 +479,13 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
} }
/* --- Skip Intro Button --- */ /* --- Skip Intro Button --- */
#skipIntro .emby-button:hover,
#skipIntro .emby-button:focus { .skip-button {
border-radius: var(--rounding);
color: rgba(221,221,221,.87);
background-color: rgba(168,0,81,0.7); background-color: rgba(168,0,81,0.7);
transform: 0.3s; font-size: 1em;
font-weight: 700;
} }
/* --- Poster Cards --- */ /* --- Poster Cards --- */