hack to fix text contrast in gantt charts
parent
a7e4da4e53
commit
a53d35421d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue