dark.scss 107 B

123456
  1. :root.dark {
  2. /* authentication */
  3. --color-authentication: hsl(240deg 11% 2%);
  4. color-scheme: dark;
  5. }