aboutsummaryrefslogtreecommitdiff
path: root/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/global.css')
-rw-r--r--styles/global.css4
1 files changed, 4 insertions, 0 deletions
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); }