#783 Hard to customize font-size for gantt charts

- deselect theme style if font-size is set on the taskText element (e.g. via gantt-config)
This commit is contained in:
Kolja Markwardt 2019-10-15 14:40:13 +02:00
parent 74c171b6d1
commit 96c86fd4b2
1 changed files with 3 additions and 1 deletions

View File

@ -82,10 +82,12 @@
.taskText {
text-anchor: middle;
font-size: 11px;
font-family: 'trebuchet ms', verdana, arial;
font-family: var(--mermaid-font-family);
}
.taskText:not([font-size]) {
font-size: 11px;
}
.taskTextOutsideRight {