mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 12:07:10 +00:00
feat: started working on competition runner page, updated colors, placed mock elems in separated file
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user