From eb99e076553812b2d53617c9216cff8a947de006 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 2 Jun 2024 23:28:04 +0200 Subject: [PATCH] Style skip intro button --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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