more verbose;decoupled timer; better ui; dark mode

This commit is contained in:
2022-02-27 23:40:33 +01:00
parent 8e982394e4
commit 1f981f803d
8 changed files with 236 additions and 117 deletions

View File

@ -101,4 +101,10 @@ body {
placeholder {
border: red 2px dashed;
background-color: yellow;
}
pre {
overflow: auto;
word-wrap: normal;
white-space: pre;
}