diff --git a/html_resources/style.css b/html_resources/style.css index 9e09351..bff7c01 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -192,9 +192,20 @@ span.quote.non-speech * { color: #303030; } +/* +Normally, the following should be enough: span.chapter { color: inherit; } +However, Chromium apparently doesn't apply the a:visted color to children of . +*/ + +span.chapter { + color: #1515A0; +} +a:visited>span.chapter { + color: #185113; +} span.chapter::before { content: "\25b9"; font-size: 0.75em;