fix code color in dark theme
la-ninpre leobrekalini@gmail.com
Mon, 07 Dec 2020 09:38:33 +0300
1 files changed,
3 insertions(+),
4 deletions(-)
jump to
M
_sass/main.scss
→
_sass/main.scss
@@ -68,9 +68,8 @@
.post { padding: 1em; margin: 1em 0; - //background: $color-main-grey; border-radius: 25px 25px 25px 0px; - border: 1px solid $color-main-grey; + border: 2px solid $color-main-grey; word-wrap: break-word; small p { display: inline;@@ -174,14 +173,14 @@ ul {
border-bottom: $border-dark; } } - code.language-plaintext { + code.language-plaintext.highlighter-rouge { background: $color-darker-grey; } div.language-plaintext.highlighter-rouge { background: $color-darker-grey; } .post { - border: 1px solid $color-dark-grey; + border: 2px solid $color-dark-grey; } .post-page .post-header ul li a { background: $color-dark-grey;