123456789 |
- /* 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%);
- }
|