Fixed text not visible at white swimlane at themes dark and exodark.

Commented out not in use font Poppins.
Custom fonts were previously removed because they did not work,
there were errors at browser inspect console.

Thanks to  Meeques and xet7 !

Fixes #4451
This commit is contained in:
Lauri Ojansivu 2022-12-06 19:57:39 +02:00
parent 1777f52bc1
commit b9ae5a19c7
2 changed files with 24 additions and 17 deletions

View file

@ -337,7 +337,7 @@ input[type="submit"].attachment-add-link-submit {
}
}
.card-details-white {
background: unset !important;
background: #fff !important;
color: #000 !important;
border: 1px solid #eee;
}