diff options
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/yat/_dark.scss | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/_sass/yat/_dark.scss b/_sass/yat/_dark.scss index fd16f94..41ec690 100644 --- a/_sass/yat/_dark.scss +++ b/_sass/yat/_dark.scss @@ -142,14 +142,20 @@ html[data-theme="dark"] { } } - .post .post-content { - h2 { + .post { + .post-header { border-bottom: 1px solid #555; - padding-bottom: 0.3em; } - img:not(.emoji):not([raw]) { - background-color: #ffffff33; + .post-content { + h2 { + border-bottom: 1px solid #555; + padding-bottom: 0.3em; + } + + img:not(.emoji):not([raw]) { + background-color: #ffffff33; + } } } |