toolbar button to undo last step

This commit is contained in:
Joeri Exelmans 2025-10-19 15:11:51 +02:00
parent 59d5e9913a
commit 5e60b3dc95
8 changed files with 99 additions and 31 deletions

View file

@ -4,6 +4,11 @@ html, body {
font-family: Roboto, sans-serif;
}
body {
/* --error-color: darkred; */
--error-color: rgb(163, 0, 0);
}
div#root {
height: 100%;
}
@ -18,7 +23,7 @@ kbd {
border: 0.8px solid #aaa;
border-radius: 4px;
background: linear-gradient(#ebebeb, #fff);
box-shadow: inset 0 -2px 0 #aaa;
box-shadow: inset 0 -1.5px 0 #aaa;
vertical-align: middle;
user-select: none;
}
@ -38,4 +43,4 @@ input {
label {
user-select: none;
}
}