aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-03-15 15:20:51 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2024-03-15 15:20:51 +0100
commit5975dec5d7cddfa88caa1e78c2ca8b41d4a0cd5c (patch)
tree7f25450b2bcba5449291717e1e2b6406f8a63d67 /app/assets/stylesheets
parent16739684bb7ca55d71c22cbd103ca8c058c33ecc (diff)
downloadoperum-5975dec5d7cddfa88caa1e78c2ca8b41d4a0cd5c.tar.gz
operum-5975dec5d7cddfa88caa1e78c2ca8b41d4a0cd5c.zip
thing: added the 'letters' kind
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/things.css4
1 files changed, 4 insertions, 0 deletions
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;
+}