add todo setup

This commit is contained in:
2025-12-21 00:36:00 +01:00
parent 36f8b6d8b2
commit 22a1b7e369
13 changed files with 277 additions and 31 deletions

View File

@@ -108,4 +108,22 @@ tooltip {
.icon-label {
font-family: "Material Icons, Font Awesome 7 Brands, Hack Nerd Font Mono";
font-size: 19px;
}
.todo-popover-container {
padding: 10px;
background-color: #1e1e1e;
border-radius: 6px;
}
.todo-input-area {
margin-bottom: 10px;
}
.todo-input {
padding: 5px;
border-radius: 4px;
border: 1px solid #555555;
background-color: #222222;
color: #ffffff;
}