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; }