Add color mode switcher

This commit is contained in:
Djuri 2024-11-28 23:30:14 +01:00 committed by kdmukai
parent 95a814f06e
commit e9d39759d4
3 changed files with 56 additions and 1 deletions

View file

@ -9,7 +9,7 @@
@import './satsymbol';
$color-mode-type: media-query;
$color-mode-type: data;
$font-family-base: 'Ubuntu';
$font-size-base: 0.9rem;
$input-font-size-sm: $font-size-base * 0.875;