From b175d967aab98d73124f88165fe92951764ab9be Mon Sep 17 00:00:00 2001 From: drake Date: Mon, 9 Oct 2023 00:48:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20#152=20=E4=BF=AE=E5=A4=8DHtml=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=97=A0=E6=B3=95=E8=A6=86=E7=9B=96=E7=B2=97=E4=BD=93?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drake-ayu.css | 2 +- drake-black.css | 2 +- drake-dark.css | 2 +- drake-google.css | 2 +- drake-jb.css | 2 +- drake-juejin.css | 2 +- drake-light.css | 2 +- drake-material.css | 2 +- drake-purple.css | 2 +- drake-vue.css | 2 +- drake-vue3.css | 2 +- drake.css | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/drake-ayu.css b/drake-ayu.css index 97a24d8..e51627f 100644 --- a/drake-ayu.css +++ b/drake-ayu.css @@ -307,7 +307,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-black.css b/drake-black.css index 6615522..98f0fb6 100644 --- a/drake-black.css +++ b/drake-black.css @@ -307,7 +307,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-dark.css b/drake-dark.css index ff751ca..a46c4c8 100644 --- a/drake-dark.css +++ b/drake-dark.css @@ -307,7 +307,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-google.css b/drake-google.css index 133354f..f9284d5 100644 --- a/drake-google.css +++ b/drake-google.css @@ -292,7 +292,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-jb.css b/drake-jb.css index 97fc432..d8c3d81 100644 --- a/drake-jb.css +++ b/drake-jb.css @@ -307,7 +307,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-juejin.css b/drake-juejin.css index bf23c79..1a1a85e 100644 --- a/drake-juejin.css +++ b/drake-juejin.css @@ -313,7 +313,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-light.css b/drake-light.css index bb2d2a1..350eec7 100644 --- a/drake-light.css +++ b/drake-light.css @@ -299,7 +299,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-material.css b/drake-material.css index d8cab38..41b825d 100644 --- a/drake-material.css +++ b/drake-material.css @@ -307,7 +307,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-purple.css b/drake-purple.css index 1a8014b..80069ab 100644 --- a/drake-purple.css +++ b/drake-purple.css @@ -307,7 +307,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-vue.css b/drake-vue.css index 9e3c834..501195f 100644 --- a/drake-vue.css +++ b/drake-vue.css @@ -302,7 +302,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake-vue3.css b/drake-vue3.css index d1b2e2f..74c3036 100644 --- a/drake-vue3.css +++ b/drake-vue3.css @@ -310,7 +310,7 @@ blockquote { border: 1px solid #42b883; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; } diff --git a/drake.css b/drake.css index ffa083c..20e67ac 100644 --- a/drake.css +++ b/drake.css @@ -304,7 +304,7 @@ blockquote { border-left: none; } -#write strong { +strong { color: var(--strong-color); font-weight: bold; }