lots of work
This commit is contained in:
parent
552ba7f3c9
commit
75bd06cac3
19 changed files with 523 additions and 314 deletions
10
src/app.css
10
src/app.css
|
@ -15,6 +15,16 @@
|
|||
--fail: oklch(.64 .21 25.3);
|
||||
--warn: oklch(.82 .18 78.9);
|
||||
--succ: oklch(.86 .28 150);
|
||||
|
||||
--radii-s: .125em;
|
||||
--radii-m: .25em;
|
||||
--radii-l: .5em;
|
||||
|
||||
--text-s: .8rem;
|
||||
--text-m: 1rem;
|
||||
--text-l: 1.25rem;
|
||||
--text-xl: 1.6rem;
|
||||
--text-xxl: 2rem;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue