From 4a71072dbd738db8a60b36dcd4dc1a52397d900a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 26 May 2022 19:24:12 +0200 Subject: Added gray background for video, iOS fix --- template/_meta.html | 2 +- template/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/template/_meta.html b/template/_meta.html index fac5c23..e9a931f 100755 --- a/template/_meta.html +++ b/template/_meta.html @@ -5,7 +5,7 @@ - + diff --git a/template/style.css b/template/style.css index 6def45f..0bb2718 100755 --- a/template/style.css +++ b/template/style.css @@ -281,6 +281,10 @@ img, video { border-radius: 5px; } +video { + background: var(--badge-background-color); +} + time { color: var(--label-color); font-size: 90%; -- cgit v1.2.3