From d7a213767f7980c8be8f273d75b469c55b06a957 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 7 Dec 2021 14:59:53 +0530 Subject: [PATCH] second revision of updated mermaid styles --- customize.dist/src/less2/include/markdown.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/markdown.less b/customize.dist/src/less2/include/markdown.less index 966f3d6e7..1a8e0c135 100644 --- a/customize.dist/src/less2/include/markdown.less +++ b/customize.dist/src/less2/include/markdown.less @@ -133,9 +133,15 @@ fill: @cp_markdown-block-fg; } g.legend rect { - stroke: black !important; + stroke: @cryptpad_text_col !important; stroke-width: 1px; } + .pieCircle { + stroke: @cryptpad_text_col; + } + text.slice { + fill: @cryptpad_text_col; + } } &[mermaid-source^="erDiagram"] { rect.er:not(.relationshipLabelBox) {