theme beginnings
diff --git a/styles/navbar.module.css b/styles/navbar.module.css
index 01055a4..51d6784 100644
--- a/styles/navbar.module.css
+++ b/styles/navbar.module.css
@@ -23,7 +23,7 @@
     justify-content: top;
     align-items: center;
 
-    background-color: var(--card-background-color);
+    background-color: var(--theme-ui-colors-cardBackground);
     backdrop-filter: blur(7px), brightness(0.1);
     border-radius: 32px;