Use browser default color for visited changeset links in history

This commit is contained in:
Anton Khorev 2025-03-06 17:20:52 +03:00
parent 34ac3cdbc4
commit b60351a5f6

View file

@ -635,6 +635,10 @@ tr.turn {
position: relative;
z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
}
a.changeset_id:visited {
color: revert !important;
}
}
.changeset_more .loader {