aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-30 21:36:28 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-30 21:36:28 +0100
commit057829e5a7c99e6fe2ae933cc963c4664674315f (patch)
treed13f8b45084eb3b10bffe6b8437a2273c47acf54 /mu4web/static/style.css
parentFix some linter warnings. (diff)
downloadmu4web-057829e5a7c99e6fe2ae933cc963c4664674315f.tar.gz
mu4web-057829e5a7c99e6fe2ae933cc963c4664674315f.tar.xz
Highlight quotation marks depending on depth.HEADmaster
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; }