rouen: force white background for history bullets

This commit is contained in:
Frédéric Péters 2022-04-09 19:52:13 +02:00
parent 82872883e0
commit c371d90543
1 changed files with 4 additions and 0 deletions

View File

@ -831,3 +831,7 @@ div.fileinfo a.remove {
.anonymous-user.authentic-page #toplinks {
display: none;
}
ul#evolutions li span.item {
background: white !important;
}