From f5d17720b3297663174cdcea3114f941ad159789 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 15 Sep 2024 00:03:31 +0300 Subject: [PATCH] added Owncast logo --- webroot/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webroot/style.css b/webroot/style.css index 48d9969..15b2973 100644 --- a/webroot/style.css +++ b/webroot/style.css @@ -81,6 +81,16 @@ html, body { background-repeat no-repeat; } +.oc:before { + content:""; + display:inline-block; + background:url(/img/oc32.png); + height: 1em; + width: 16px; + background-size: 16px; + background-repeat no-repeat; +} + .timestamp { display: none !important; margin-right: 5px