feat: started working on competition runner page, updated colors, placed mock elems in separated file

This commit is contained in:
rngsurrounded
2025-03-01 18:19:56 +09:00
parent 049c31e394
commit 36f5ed8a63
7 changed files with 200 additions and 69 deletions
+13
View File
@@ -76,6 +76,12 @@
--sidebar-accent-foreground: oklch(0.985 0 0);
--sidebar-border: oklch(0.269 0 0);
--sidebar-ring: oklch(0.439 0 0);
--task-uncleared: oklch(0.955 0 0);
--task-checking: oklch(0.899 0.1763 97.07);
--task-correct: oklch(0.962 0.0561 158.62);
--task-partial: oklch(0.971 0.0616 131.35);
--task-wrong: oklch(0.906 0.0484 18.08);
}
@theme inline {
@@ -115,6 +121,13 @@
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
--color-task-uncleared: var(--task-uncleared);
--color-task-checking: var(--task-checking);
--color-task-correct: var(--task-correct);
--color-task-partial: var(--task-partial);
--color-task-wrong: var(--task-wrong);
}
@layer base {