improve the build system

This commit is contained in:
2025-04-14 19:11:59 +02:00
parent c17bea6cb2
commit 247dcbe817
24 changed files with 59 additions and 61 deletions

8
styles/icons.css Normal file
View File

@@ -0,0 +1,8 @@
:root {
--light-theme-switch-icon: url("./moon.svg");
--dark-theme-switch-icon: url("./sun.svg");
--light-narrow-layout-switch-icon: url("./wide_dark.svg");
--light-wide-layout-switch-icon: url("./narrow_dark.svg");
--dark-narrow-layout-switch-icon: url("./wide_light.svg");
--dark-wide-layout-switch-icon: url("./narrow_light.svg");
}