From 230d83578639c6ddcf8c5bee3f36cb6b9eda3fc5 Mon Sep 17 00:00:00 2001 From: drake Date: Fri, 14 Apr 2023 13:56:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20#135=20=E6=B5=81=E7=A8=8B=E5=9B=BE?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=96=87=E5=AD=97=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drake-ayu.css | 3 ++- drake-black.css | 3 ++- drake-dark.css | 3 ++- drake-google.css | 3 ++- drake-jb.css | 3 ++- drake-juejin.css | 3 ++- drake-light.css | 3 ++- drake-material.css | 3 ++- drake-purple.css | 3 ++- drake-vue.css | 3 ++- drake-vue3.css | 3 ++- drake.css | 3 ++- 12 files changed, 24 insertions(+), 12 deletions(-) diff --git a/drake-ayu.css b/drake-ayu.css index a0981aa..d15fc55 100644 --- a/drake-ayu.css +++ b/drake-ayu.css @@ -219,7 +219,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-black.css b/drake-black.css index dc80cbd..f9faac7 100644 --- a/drake-black.css +++ b/drake-black.css @@ -219,7 +219,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-dark.css b/drake-dark.css index 4a21c26..8279c3a 100644 --- a/drake-dark.css +++ b/drake-dark.css @@ -219,7 +219,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-google.css b/drake-google.css index 39a8bfc..45f4133 100644 --- a/drake-google.css +++ b/drake-google.css @@ -212,7 +212,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-jb.css b/drake-jb.css index 847cff9..4952635 100644 --- a/drake-jb.css +++ b/drake-jb.css @@ -216,7 +216,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-juejin.css b/drake-juejin.css index a63834b..966efc6 100644 --- a/drake-juejin.css +++ b/drake-juejin.css @@ -222,7 +222,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-light.css b/drake-light.css index c5113e9..ef361a9 100644 --- a/drake-light.css +++ b/drake-light.css @@ -211,7 +211,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-material.css b/drake-material.css index f492b67..f6f2495 100644 --- a/drake-material.css +++ b/drake-material.css @@ -219,7 +219,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-purple.css b/drake-purple.css index a8d991b..514468c 100644 --- a/drake-purple.css +++ b/drake-purple.css @@ -219,7 +219,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-vue.css b/drake-vue.css index 4ae5149..fc245f1 100644 --- a/drake-vue.css +++ b/drake-vue.css @@ -211,7 +211,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake-vue3.css b/drake-vue3.css index 0d2def5..7917d1e 100644 --- a/drake-vue3.css +++ b/drake-vue3.css @@ -219,7 +219,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle, diff --git a/drake.css b/drake.css index 605e89e..a76897a 100644 --- a/drake.css +++ b/drake.css @@ -216,7 +216,8 @@ pre.md-fences-advanced.md-focus .md-fences-adv-panel { fill: var(--bg-color) !important; } .md-diagram-panel-preview .edgeLabel span { /*条件文字*/ - color: var(--text-color); + color: var(--text-color) !important; + background: var(--bg-color) !important; } .md-diagram-panel-preview .node rect, .md-diagram-panel-preview .node circle,