aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-04-24 09:39:17 +0200
committerlonkaars <loek@pipeframe.xyz>2021-04-24 09:39:17 +0200
commit85a5d31c6ea188b81855103ba0fbca0b275df18f (patch)
tree5e1c2ec27f80112fa3d520d3abfd93d1d49d90a0 /styles
parenta06a4748be1f423dce21026f992ebb6a400d4912 (diff)
added beta badge to logo
Diffstat (limited to 'styles')
-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); }