chore: update deps
This commit is contained in:
6
packages/styles/src/tokens/dark.scss
Normal file
6
packages/styles/src/tokens/dark.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
:root.dark {
|
||||
/* authentication */
|
||||
--color-authentication: hsl(240deg 11% 2%);
|
||||
|
||||
color-scheme: dark;
|
||||
}
|
||||
9
packages/styles/src/tokens/light.scss
Normal file
9
packages/styles/src/tokens/light.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
/* https://gavin-yyc.github.io/colorconvert/ */
|
||||
:root {
|
||||
--font-geist-sans: 'geist-sans', -apple-system, blinkmacsystemfont, 'Segoe UI',
|
||||
roboto, helvetica, arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol';
|
||||
|
||||
/* authentication */
|
||||
--color-authentication: hsl(231deg 61% 44%);
|
||||
}
|
||||
Reference in New Issue
Block a user