keyboard stuff, styling things

This commit is contained in:
2023-09-25 18:12:34 +02:00
parent c93246ee8c
commit d8f0679233
20 changed files with 247 additions and 236 deletions

8
src/lib/style/theme.scss Normal file
View File

@@ -0,0 +1,8 @@
@import "./form/button";
@import "./form/toggle";
@import "./kbd";
* {
box-sizing: border-box;
appearance: none;
}