mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
6 lines
85 B
SCSS
6 lines
85 B
SCSS
|
.titleText {
|
||
|
text-anchor: middle;
|
||
|
font-size: 25px;
|
||
|
fill: $taskTextDarkColor;
|
||
|
}
|