Open external links in new tabs, set correct dates for RSS feed

This commit is contained in:
mez 2025-02-01 14:29:09 +00:00
parent 6502979225
commit 1830a5f64d
7 changed files with 47 additions and 39 deletions

View file

@ -135,12 +135,19 @@ div.fic h1 span.ficnoprelim {
font-size: 0.6em;
}
div.fic h1 span.abandoned {
div.fic h1 span.abandoned, div.fic h1 span.incomplete {
font-weight: normal;
background-color: #9c0000;
color: white;
}
div.fic h1 span.abandoned {
background-color: #9c0000;
}
div.fic h1 span.incomplete {
background-color: #8ab60b;
}
div.fic ul.ficlinks li, div.fic ul.ficmeta li {
list-style: none;
}