style: fix landing page link colors for Chromium browsers

For all those devs shitting on Firefox for no reason: Your daddy Google doesn't get shit right either.
master
BodgeMaster 2025-08-01 00:14:09 +02:00
parent d31c915b8e
commit 0e364cc446
1 changed files with 11 additions and 0 deletions

View File

@ -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 <a>.
*/
span.chapter {
color: #1515A0;
}
a:visited>span.chapter {
color: #185113;
}
span.chapter::before {
content: "\25b9";
font-size: 0.75em;