aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/static/style.css')
-rw-r--r--mu4web/static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index 75d4a28..0cba3af 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -135,3 +135,13 @@ table a {
display: inline-block;
max-width: calc(100vw/4);
}
+
+.quote-marker {
+ font-weight: bold;
+}
+
+.quote-0 { color: darkcyan; }
+.quote-1 { color: magenta; }
+.quote-2 { color: goldenrod; }
+.quote-3 { color: #00cc00; }
+.quote-4 { color: red; }