diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-12-07 03:17:51 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-12-07 03:17:51 +0300 |
| commit | d07b4b5096ad777cbba7041e702f683a12b6465a (patch) | |
| tree | 56430feec17f09054853d7932494d6a19e3b03a1 /_sass | |
| parent | c34a1404a2ceb018834ff092fe3c87dd664c515d (diff) | |
| download | aaoth.xyz-d07b4b5096ad777cbba7041e702f683a12b6465a.tar.gz aaoth.xyz-d07b4b5096ad777cbba7041e702f683a12b6465a.zip | |
fix errors in stylesheet
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/main.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_sass/main.scss b/_sass/main.scss index fa32ab0..2990d88 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -118,7 +118,7 @@ code { font-family: $code-font; font-size: 0.9em; &.language-plaintext.highlighter-rouge { - background: $color-darker-grey; + background: $color-main-grey; padding: 2px; border-radius: 5px; } @@ -181,7 +181,6 @@ footer { background: $color-darker-grey; } .post { - //background: $color-dark-grey; border: 1px solid $color-dark-grey; } .post-page .post-header ul li a { |
