diff --git a/static/style.css b/static/style.css index 5ba7e98..032e9dc 100644 --- a/static/style.css +++ b/static/style.css @@ -63,6 +63,10 @@ h1.title .state { border-radius: 5px; } +h1.title .state.state-TODO { + background-color: rgba(255,0,0,0.5); +} + /* Lists */ li .tag { font-weight: bold;