From f80602b51a6160b72ca8e3d7f8f7c518a9fe194f Mon Sep 17 00:00:00 2001 From: Malcolm Diller Date: Sat, 15 Oct 2022 18:39:56 -0700 Subject: [PATCH] tweaked styling of the size hint for the image --- ui/media/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/media/main.css b/ui/media/main.css index 4d852f45..684ad311 100644 --- a/ui/media/main.css +++ b/ui/media/main.css @@ -531,9 +531,10 @@ img { right: 0px; bottom: 3px; padding: 3px; - background: var(--background-color1); - color: var(--input-text-color); - opacity: 70%; + background: black; + color: white; + text-shadow: 0px 0px 4px black; + opacity: 60%; font-size: 12px; border-radius: 6px 0px; }