mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix font colour contrast CleanDark
Fixes the visibility of card titles when card is opened for CleanDark theme as was inheriting black title from CleanLight theme. Title now is white to match and heavily contrast theme.
This commit is contained in:
parent
ad3306e19e
commit
2ac374e578
1 changed files with 1 additions and 1 deletions
|
@ -3492,7 +3492,7 @@ THEME - Clean Light
|
||||||
|
|
||||||
.board-color-cleandark .card-details-header {
|
.board-color-cleandark .card-details-header {
|
||||||
background: #2E2E39 !important;
|
background: #2E2E39 !important;
|
||||||
color: rgba(255, 255, 255, 1);
|
color:#FFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-color-cleanlight .card-details-header .card-details-title,
|
.board-color-cleanlight .card-details-header .card-details-title,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue