💄 add toploader navigation

This commit is contained in:
Fred KISSIE
2025-10-23 23:10:21 +02:00
parent 90ddffce0e
commit 23b13f0a0e
5 changed files with 88 additions and 4 deletions

View File

@@ -40,7 +40,7 @@
}
.dark {
--background: oklch(0.20 0.006 285.885);
--background: oklch(0.2 0.006 285.885);
--foreground: oklch(0.985 0 0);
--card: oklch(0.21 0.006 285.885);
--card-foreground: oklch(0.985 0 0);
@@ -140,3 +140,7 @@ p {
word-break: keep-all;
white-space: normal;
}
#nprogress .bar {
background: var(--color-primary) !important;
}