From cb9113ceff41ed374e4ecce2583b4f9e3ff506dc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Mar 2024 13:58:17 +0100 Subject: thing: added 'bio' 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') diff --git a/app/assets/stylesheets/things.css b/app/assets/stylesheets/things.css index 2fc89ff..f4276ce 100644 --- a/app/assets/stylesheets/things.css +++ b/app/assets/stylesheets/things.css @@ -104,3 +104,7 @@ h5 a { .dot_chronicle { background-color: #ecbaff; } + +.dot_bio { + background-color: #81d41a; +} -- cgit v1.2.3