mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 11:20:15 +01:00
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:
parent
1777f52bc1
commit
b9ae5a19c7
2 changed files with 24 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue