From 2aeaf96cd37944fa276acc42512504ffe1f6135e Mon Sep 17 00:00:00 2001 From: drake Date: Sat, 12 Feb 2022 03:04:18 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20#63=20=E4=BA=8C=E7=BA=A7=E6=A0=87?= =?UTF-8?q?=E9=A2=98URL=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= 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-juejin.css | 3 +++ drake-light.css | 3 +++ drake-material.css | 3 +++ drake-purple.css | 3 +++ drake-vue.css | 3 +++ drake.css | 3 +++ 10 files changed, 30 insertions(+) diff --git a/drake-ayu.css b/drake-ayu.css index 6aba871..bc7156f 100644 --- a/drake-ayu.css +++ b/drake-ayu.css @@ -256,6 +256,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake-black.css b/drake-black.css index 7c672ab..3203b40 100644 --- a/drake-black.css +++ b/drake-black.css @@ -256,6 +256,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake-dark.css b/drake-dark.css index cc90e82..7b4351b 100644 --- a/drake-dark.css +++ b/drake-dark.css @@ -256,6 +256,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake-google.css b/drake-google.css index 506a8c9..05317c5 100644 --- a/drake-google.css +++ b/drake-google.css @@ -248,6 +248,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} [md-inline=link] a { margin: 0 .2rem; } diff --git a/drake-juejin.css b/drake-juejin.css index 1c506fc..451271a 100644 --- a/drake-juejin.css +++ b/drake-juejin.css @@ -266,6 +266,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake-light.css b/drake-light.css index b925470..645cc52 100644 --- a/drake-light.css +++ b/drake-light.css @@ -248,6 +248,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake-material.css b/drake-material.css index 8cff7db..1e6fb4a 100644 --- a/drake-material.css +++ b/drake-material.css @@ -256,6 +256,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake-purple.css b/drake-purple.css index 11b2e94..417ed76 100644 --- a/drake-purple.css +++ b/drake-purple.css @@ -256,6 +256,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake-vue.css b/drake-vue.css index 84bcbff..e795e05 100644 --- a/drake-vue.css +++ b/drake-vue.css @@ -248,6 +248,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); } diff --git a/drake.css b/drake.css index d379756..b416635 100644 --- a/drake.css +++ b/drake.css @@ -253,6 +253,9 @@ blockquote { color: var(--a-color); text-decoration: none; } +#write h2 a .md-plain { + border-bottom: .2rem solid var(--a-color); +} .on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover { border-bottom: .1rem solid var(--blur-text-color); }