Add clean styling for SOMETIME state.

This commit is contained in:
Sergio Martínez Portela 2024-03-10 17:51:58 +01:00
parent e639df35a7
commit 9a020285ad
1 changed files with 5 additions and 0 deletions

View File

@ -334,6 +334,11 @@ h1.title .state.todo-True {
h1.title .state.todo-False {
background-color: rgba(0,255,0,0.25);
}
h1.title .state.todo-True.state-SOMETIME {
background-color: #ddd;
color: black;
}
h1.title .tags {
float: right;