summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2022-08-28 23:01:27 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2022-09-01 22:53:37 +0800
commit861bdc69d3af51015225cad89041d6d070955eca (patch)
tree6324c57ee5f164deb0269d345fef356d85273fe8 /_sass
parent2feed8049d17e1c1ba6bf5fc41c2d58f80bba75a (diff)
feat: remove h2 bottom line in dark mode
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat/_dark.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/_sass/yat/_dark.scss b/_sass/yat/_dark.scss
index 41ec690..e9a7cb9 100644
--- a/_sass/yat/_dark.scss
+++ b/_sass/yat/_dark.scss
@@ -148,11 +148,6 @@ html[data-theme="dark"] {
}
.post-content {
- h2 {
- border-bottom: 1px solid #555;
- padding-bottom: 0.3em;
- }
-
img:not(.emoji):not([raw]) {
background-color: #ffffff33;
}