feature/fix_linter_fuckup #4

Merged
Vulpovile merged 31 commits from feature/fix_linter_fuckup into master 2025-01-12 00:11:02 +00:00
6 changed files with 51 additions and 26 deletions
Showing only changes of commit 507244af67 - Show all commits

View File

@@ -1,2 +1,3 @@
@import "./theme-flaredefault-light.css"
@import "./theme-flaredefault-light.css" (prefers-color-scheme: light);
@import "./theme-flaredefault-dark.css" (prefers-color-scheme: dark);