From 08a4dc295ef0bb2b11c50089b5c0505cd8cdf845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 23 Aug 2022 21:30:46 +0200 Subject: [PATCH] [style] Color TODO states. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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;