diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-12-07 09:38:33 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-12-07 09:38:33 +0300 |
| commit | f54735882a686c5ccf242695748325e16e545739 (patch) | |
| tree | 196f0246bfdc6fffc102bb745ef93a1bad89893b /_sass | |
| parent | d07b4b5096ad777cbba7041e702f683a12b6465a (diff) | |
| download | aaoth.xyz-f54735882a686c5ccf242695748325e16e545739.tar.gz aaoth.xyz-f54735882a686c5ccf242695748325e16e545739.zip | |
fix code color in dark theme
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/main.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/_sass/main.scss b/_sass/main.scss index 2990d88..d2d5da6 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -68,9 +68,8 @@ h1, h2, h3, h4, h5, h6 { .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 @@ footer { 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; |
