hack to fix text contrast in gantt charts

pull/1/head
ansuz 2022-01-05 15:35:43 +05:30
parent a7e4da4e53
commit a53d35421d
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@
}
}
text {
&.taskText {
&[class*="doneText"], &[class*="activeText"] {
fill: #444 !important; // XXX PR to mermaid or find a suitable variable
}
}
&.titleText {
fill: @cp_markdown-block-fg;
}