aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-12-07 03:17:51 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-12-07 03:17:51 +0300
commitd07b4b5096ad777cbba7041e702f683a12b6465a (patch)
tree56430feec17f09054853d7932494d6a19e3b03a1 /_sass
parentc34a1404a2ceb018834ff092fe3c87dd664c515d (diff)
downloadaaoth.xyz-d07b4b5096ad777cbba7041e702f683a12b6465a.tar.gz
aaoth.xyz-d07b4b5096ad777cbba7041e702f683a12b6465a.zip
fix errors in stylesheet
Diffstat (limited to '_sass')
-rw-r--r--_sass/main.scss3
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 {