aboutsummaryrefslogtreecommitdiff
path: root/zola-static/sass/base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'zola-static/sass/base.scss')
-rw-r--r--zola-static/sass/base.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/zola-static/sass/base.scss b/zola-static/sass/base.scss
index f802259..0afdfc6 100644
--- a/zola-static/sass/base.scss
+++ b/zola-static/sass/base.scss
@@ -62,7 +62,6 @@ pre {
blockquote {
background: #171615;
border-left: 0.7rem solid #F3E9DC;
- border-radius: 0.5rem;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
@@ -92,3 +91,13 @@ img {
.footer-text a {
text-decoration: none;
}
+
+.index-section {
+ background-color: #2e2d2c;
+ padding: 0.5rem;
+ margin-top: 0.6rem;
+}
+
+.index-section h2 {
+ margin-top: 0.1rem;
+}