aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-03-20 07:57:52 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2024-03-20 07:57:52 +0100
commit120658d6b6314f0a90bd7656baee734753bad2db (patch)
tree0c4104ff0da5482901c5275eec03d71fc5b3cc66 /app
parent5076056e3789467d1412b0312794a747b2ea805f (diff)
downloadoperum-120658d6b6314f0a90bd7656baee734753bad2db.tar.gz
operum-120658d6b6314f0a90bd7656baee734753bad2db.zip
things: added missing color for "paper"
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'app')
-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 f4276ce..ccc79df 100644
--- a/app/assets/stylesheets/things.css
+++ b/app/assets/stylesheets/things.css
@@ -73,6 +73,10 @@ h5 a {
background-color: black;
}
+.dot_paper {
+ background-color: white;
+}
+
.dot_poetry {
background-color: #facc15;
}