diff --git a/static/style.css b/static/style.css index ec41689..f576207 100644 --- a/static/style.css +++ b/static/style.css @@ -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;