From 85a5d31c6ea188b81855103ba0fbca0b275df18f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 24 Apr 2021 09:39:17 +0200 Subject: added beta badge to logo --- styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'styles') diff --git a/styles/global.css b/styles/global.css index bcf1b00..e73c2a7 100644 --- a/styles/global.css +++ b/styles/global.css @@ -73,3 +73,7 @@ input::placeholder { /* material-ui default state */ svg.MuiSvgIcon-root { transition: none !important; } +.logo .betaBadge { bottom: -9px; } +.logo .betaBadge .background { fill: var(--accent); } +.logo .betaBadge .foreground { fill: var(--gray-900); } +html.dark .logo .betaBadge .foreground { fill: var(--foreground); } -- cgit v1.2.3