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 --- components/logo.tsx | 26 +++++++++++++++++++++++++- styles/global.css | 4 ++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/components/logo.tsx b/components/logo.tsx index df35370..a84b52d 100644 --- a/components/logo.tsx +++ b/components/logo.tsx @@ -1,6 +1,6 @@ export default function Logo() { return ( -
+
@@ -8,6 +8,30 @@ export default function Logo() { + + + + + + + +
); } 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