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