working timer

This commit is contained in:
2026-02-07 21:16:35 +01:00
parent ff2d0afd9b
commit 6be70a7d93
14 changed files with 456 additions and 3 deletions

View File

@@ -19,6 +19,12 @@ window {
padding: 2px 6px;
}
.text-area {
font-family: var(--text-font-mono);
background-color: rgba(25, 25, 25, 0.8);
border-radius: 8px;
padding: 4px 8px;
}
.material-icons {
font-family: var(--icon-font-material);
}