quick commit

This commit is contained in:
2026-01-31 11:46:12 +01:00
parent 0e613141da
commit ad5e678c5d
25 changed files with 287 additions and 622 deletions

View File

@@ -136,3 +136,35 @@ button {
opacity: 1;
}
}
.todo-tag-area {
min-height: 40px;
padding: 5px;
}
.tag-button {
background-color: #444444;
color: #ffffff;
padding: 2px 8px;
margin: 2px;
border-radius: 12px;
font-size: 12px;
font-family: "Hack Nerd Font Mono", sans-serif;
min-height: 24px;
min-width: 50px;
}
.tag-button:hover {
background-color: #555555;
}
.tag-button.suggested-action {
background-color: #3498db;
color: #ffffff;
}
.todo-entry-box {
margin-top: 5px;
margin-bottom: 5px;
}