update caps and numlock

This commit is contained in:
2026-01-25 19:32:45 +01:00
parent d88cdfca77
commit 5243724527
2 changed files with 9 additions and 9 deletions

View File

@@ -307,8 +307,7 @@ label:focus {
}
#keyboard-state {
background: #97e1ad;
color: #000000;
background: @alternate0;
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
@@ -319,7 +318,7 @@ label:focus {
}
#keyboard-state > label.locked {
background: rgba(0, 0, 0, 0.2);
background: rgba(256, 110, 110, 0.9);
}
#scratchpad {