Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/components/_content.scss')
-rw-r--r--assets/scss/components/_content.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/scss/components/_content.scss b/assets/scss/components/_content.scss
index c807be8..1cb56e0 100644
--- a/assets/scss/components/_content.scss
+++ b/assets/scss/components/_content.scss
@@ -17,7 +17,7 @@
p {
font-family: $font-family-base;
line-height: 1.56;
- color: $steel;
+ color: $grey;
}
h1 {
font-family: $font-family-base;
@@ -59,7 +59,7 @@
margin-bottom: 5px;
line-height: 1.56;
margin-left: 20px;
- color: $steel;
+ color: $grey;
}
hr {
border: none;
@@ -87,7 +87,7 @@
}
blockquote {
padding: 0 1em;
- color: $steel;
- border-left: .25em solid $secondary;
+ color: $grey;
+ border-left: .25em solid $primary;
}
}