quick commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user