From ed7b0ae4532ab41c5a6c31928261b04be8c16adb Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:47:17 +0100 Subject: Updated theme --- templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 7877bdd..f9a323c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -127,6 +127,10 @@ gap: 0.9rem; } + audio::-webkit-media-controls-enclosure { + border-radius: 0; + } + @media only screen and (max-width: 600px) { body { padding: 0.5em; -- cgit v1.2.3