Fix link colors in details overview

This commit is contained in:
MrTimscampi 2020-05-10 15:41:24 +02:00
parent d57eff1c9b
commit e83fcf89fb

View File

@ -485,6 +485,10 @@
margin-top: 0;
}
.detailSectionContent a {
color: inherit;
}
.personBackdrop {
background-size: contain;
}