don't gray out comment metadata

This commit is contained in:
Frédéric Péters 2018-12-18 11:35:48 +01:00
parent 0f18174107
commit 23d29e443a
1 changed files with 4 additions and 0 deletions

View File

@ -376,3 +376,7 @@ div.jenkins-SUCCESS {
div.jenkins-FAILURE {
border-color: #e35964;
}
div.journal ul.details {
color: inherit;
}