hack to fix text contrast in gantt charts

pull/1/head
ansuz 3 years ago
parent a7e4da4e53
commit a53d35421d

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

Loading…
Cancel
Save