From f0bcdcf4740148be2bd2505fbc7a85549a5d6fb2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 16 Mar 2024 11:12:40 +0100 Subject: things: added 'chronicle' kind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- app/assets/stylesheets/things.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/things.css b/app/assets/stylesheets/things.css index 7d2a424..2fc89ff 100644 --- a/app/assets/stylesheets/things.css +++ b/app/assets/stylesheets/things.css @@ -100,3 +100,7 @@ h5 a { .dot_phd { background-color: #cccccc; } + +.dot_chronicle { + background-color: #ecbaff; +} -- cgit v1.2.3