more keyboard shortcuts

This commit is contained in:
Joeri Exelmans 2025-10-19 14:15:17 +02:00
parent 9ce55e0264
commit 59d5e9913a
3 changed files with 61 additions and 19 deletions

View file

@ -35,3 +35,7 @@ input {
::selection {
background-color: rgba(0,0,255,0.2);
}
label {
user-select: none;
}