diff --git a/src/components/layout/BrandPill.tsx b/src/components/layout/BrandPill.tsx
index ac380b38..f4f371e3 100644
--- a/src/components/layout/BrandPill.tsx
+++ b/src/components/layout/BrandPill.tsx
@@ -15,10 +15,10 @@ export function BrandPill(props: {
return (
diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx
index c09b23de..8920eff2 100644
--- a/src/components/layout/Navigation.tsx
+++ b/src/components/layout/Navigation.tsx
@@ -140,7 +140,7 @@ export function Navigation(props: NavigationProps) {
href={conf().DISCORD_LINK}
target="_blank"
rel="noreferrer"
- className="text-xl text-white tabbable rounded-full"
+ className="text-xl text-white tabbable rounded-full backdrop-blur-lg"
>
handleClick("/discover")}
rel="noreferrer"
- className="text-xl text-white tabbable rounded-full"
+ className="text-xl text-white tabbable rounded-full backdrop-blur-lg"
>
handleClick("/")}
rel="noreferrer"
- className="text-lg text-white tabbable rounded-full"
+ className="text-lg text-white tabbable rounded-full backdrop-blur-lg"
>
((set) => ({
- theme: is420 ? "teal" : null,
+ theme: is420 ? "green" : null,
setTheme(v) {
set((s) => {
s.theme = v;