trying to simplify things a bit more... will get rid of 'onResolve'

This commit is contained in:
Joeri Exelmans 2025-05-13 16:33:25 +02:00
parent 897824e07d
commit 9c0c2dab90
7 changed files with 85 additions and 45 deletions

View file

@ -9,3 +9,12 @@ body {
font-style: normal;
font-variation-settings: "wdth" 100;
}
kbd {
border: 2px darkgrey;
color: rgb(63, 63, 63);
border-style: outset;
background-color: whitesmoke;
border-radius: 3px;
margin: 0 2px 0 2px;
}