diff --git a/style.css b/style.css index 66511e0..3163f34 100644 --- a/style.css +++ b/style.css @@ -518,4 +518,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { .sliderBubble { border-radius: var(--rounding); +} + +/* --- Skip Intro Button --- */ + +#skipIntro .emby-button:hover, #skipIntro .emby-button:focus { + background-color: rgba(168,0,81,0.7); + transform: 0.3s; } \ No newline at end of file