aboutsummaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-03-16 11:12:40 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2024-03-16 11:12:40 +0100
commitf0bcdcf4740148be2bd2505fbc7a85549a5d6fb2 (patch)
tree3acf0b2957b595511e4cc24087942f2491ce3aee /app/assets
parent1e6bf953680bf03d4b797cf9b8f7235546b2c578 (diff)
downloadoperum-f0bcdcf4740148be2bd2505fbc7a85549a5d6fb2.tar.gz
operum-f0bcdcf4740148be2bd2505fbc7a85549a5d6fb2.zip
things: added 'chronicle' kind
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'app/assets')
-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 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;
+}