diff --git a/style.css b/style.css index 98b8088..37da031 100644 --- a/style.css +++ b/style.css @@ -479,10 +479,13 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { } /* --- 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); - transform: 0.3s; + font-size: 1em; + font-weight: 700; } /* --- Poster Cards --- */