From 12e0181157946b150c2be4e4e32768e2f8b8f5b2 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 9 Aug 2024 10:29:06 +0200 Subject: [PATCH] make user italic --- static/mobile/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/mobile/css/style.css b/static/mobile/css/style.css index 85853c30..e50da203 100644 --- a/static/mobile/css/style.css +++ b/static/mobile/css/style.css @@ -141,6 +141,7 @@ video, .poster { } .annotation .user { opacity: 0.75; + font-style: italic; } @media(max-width:768px) {