From 5975dec5d7cddfa88caa1e78c2ca8b41d4a0cd5c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 15 Mar 2024 15:20:51 +0100 Subject: thing: added the 'letters' 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 af8487f..74cffe1 100644 --- a/app/assets/stylesheets/things.css +++ b/app/assets/stylesheets/things.css @@ -92,3 +92,7 @@ h5 a { .dot_novel { background-color: #60a5fa; } + +.dot_letters { + background-color: #4bacc6; +} -- cgit v1.2.3