feat: continued working on competition runner page

This commit is contained in:
rngsurrounded
2025-03-01 19:20:58 +09:00
parent 433c1e8b46
commit 813db84d92
5 changed files with 171 additions and 87 deletions
+19 -7
View File
@@ -38,6 +38,18 @@
--sidebar-accent-foreground: oklch(0.205 0 0);
--sidebar-border: oklch(0.922 0 0);
--sidebar-ring: oklch(0.87 0 0);
--yellow-standard: oklch(0.9 0.1763 97.07);
--task-uncleared: oklch(0.955 0 0);
--task-text-uncleared: oklch(0.321 0 0);
--task-checking: oklch(0.941 0.0983 95.95);
--task-text-checking: oklch(0.588 0.120264 87.3807);
--task-correct: oklch(0.962 0.0561 158.62);
--task-text-correct: oklch(0.598 0.19517 143.8056);
--task-partial: oklch(0.971 0.0616 131.35);
--task-text-partial: oklch(0.639 0.1595 124.48);
--task-wrong: oklch(0.906 0.0484 18.08);
--task-text-wrong: oklch(0.433 0.17767 29.2339);
}
@theme inline {
@@ -76,12 +88,7 @@
--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 {
@@ -122,12 +129,17 @@
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
--color-yellow-standard: var(--yellow-standard);
--color-task-uncleared: var(--task-uncleared);
--color-task-text-uncleared: var(--task-text-uncleared);
--color-task-checking: var(--task-checking);
--color-task-text-checking: var(--task-text-checking);
--color-task-correct: var(--task-correct);
--color-task-text-correct: var(--task-text-correct);
--color-task-partial: var(--task-partial);
--color-task-text-partial: var(--task-text-partial);
--color-task-wrong: var(--task-wrong);
--color-task-text-wrong: var(--task-text-wrong);
}
@layer base {