Changed the navbar

This commit is contained in:
2026-02-21 19:16:48 +05:30
parent 63d3a88ae5
commit 243ab9e073
5 changed files with 68 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
--background: #000000;
--foreground: #ffffff;
--lime: #c5ff00;
}
@@ -14,6 +14,12 @@
--font-mono: var(--font-geist-mono);
}
html,
body {
height: 100%;
min-height: 100vh;
}
body {
background: var(--background);
color: var(--foreground);
@@ -50,7 +56,7 @@ html {
}
::-webkit-scrollbar-track {
background: #f1f1f1;
background: #18181b;
}
::-webkit-scrollbar-thumb {