From 429fe9be828492d814916cc328983e7314b498d3 Mon Sep 17 00:00:00 2001 From: drake Date: Sat, 12 Feb 2022 03:12:58 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20#59=20=E4=BA=8C=E7=BA=A7=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=85=89=E6=A0=87=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drake-ayu.css | 14 +++----------- drake-black.css | 14 +++----------- drake-dark.css | 14 +++----------- drake-google.css | 14 +++----------- drake-juejin.css | 14 +++----------- drake-light.css | 14 +++----------- drake-material.css | 14 +++----------- drake-purple.css | 14 +++----------- drake-vue.css | 14 +++----------- drake.css | 14 +++----------- 10 files changed, 30 insertions(+), 110 deletions(-) diff --git a/drake-ayu.css b/drake-ayu.css index bc7156f..5afb4d1 100644 --- a/drake-ayu.css +++ b/drake-ayu.css @@ -328,19 +328,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-black.css b/drake-black.css index 3203b40..fe6515f 100644 --- a/drake-black.css +++ b/drake-black.css @@ -328,19 +328,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-dark.css b/drake-dark.css index 7b4351b..1c1e011 100644 --- a/drake-dark.css +++ b/drake-dark.css @@ -328,19 +328,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-google.css b/drake-google.css index 05317c5..3e02ea4 100644 --- a/drake-google.css +++ b/drake-google.css @@ -318,19 +318,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-juejin.css b/drake-juejin.css index 451271a..b8373c5 100644 --- a/drake-juejin.css +++ b/drake-juejin.css @@ -338,19 +338,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-light.css b/drake-light.css index 645cc52..e86dfb4 100644 --- a/drake-light.css +++ b/drake-light.css @@ -320,19 +320,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-material.css b/drake-material.css index 1e6fb4a..d347243 100644 --- a/drake-material.css +++ b/drake-material.css @@ -328,19 +328,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-purple.css b/drake-purple.css index 417ed76..fc4679c 100644 --- a/drake-purple.css +++ b/drake-purple.css @@ -328,19 +328,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake-vue.css b/drake-vue.css index e795e05..b7f1aaa 100644 --- a/drake-vue.css +++ b/drake-vue.css @@ -320,19 +320,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; } diff --git a/drake.css b/drake.css index b416635..522125a 100644 --- a/drake.css +++ b/drake.css @@ -325,19 +325,11 @@ h1 { margin-top: 0; } -h2.md-end-block.md-heading { - font-size: 1.6rem; - display: inline-block; +h2 .md-plain { + padding-bottom: .3rem; + border-bottom: .2rem solid var(--h2-underline-color); } -h2.md-end-block.md-heading:after { - display: block; - content: ''; - height: 2px; - margin-top: 4px; - background-color: var(--h2-underline-color); - border-radius: 2px; -} .on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after { background-color: var(--blur-text-color) !important; }