light.scss 315 B

123456789
  1. /* https://gavin-yyc.github.io/colorconvert/ */
  2. :root {
  3. --font-geist-sans: 'geist-sans', -apple-system, blinkmacsystemfont, 'Segoe UI',
  4. roboto, helvetica, arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
  5. 'Segoe UI Symbol';
  6. /* authentication */
  7. --color-authentication: hsl(231deg 61% 44%);
  8. }