From c15697ee05ad019029d0347e651593d94bfa6656 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Sat, 3 May 2025 00:08:49 +0800 Subject: [PATCH] Use shadow for trickplay thumbnail text instead of the distracting black container background. Signed-off-by: nyanmisaka --- src/styles/videoosd.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/videoosd.scss b/src/styles/videoosd.scss index c5b5a547b..a42566781 100644 --- a/src/styles/videoosd.scss +++ b/src/styles/videoosd.scss @@ -85,7 +85,7 @@ bottom: 0; left: 0; right: 0; - background: rgba(0, 0, 0, 0.7); + background: none; padding: 0.25em 0.5em; user-select: none; } @@ -94,10 +94,12 @@ padding: 0.25em 0; margin: 0; opacity: 1; + color: #fff; + text-shadow: 0 0 25px #000, 0 0 6px #000; } .chapterThumbText-dim { - opacity: 0.6; + opacity: 0.9; } .videoOsdBottom-hidden {