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

github.com/JugglerX/hugo-whisper-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, 6 insertions, 2 deletions
diff --git a/assets/scss/components/_content.scss b/assets/scss/components/_content.scss
index dee4b91..c8e8581 100644
--- a/assets/scss/components/_content.scss
+++ b/assets/scss/components/_content.scss
@@ -29,8 +29,12 @@ $paragraph-color: $black;
font-size: 0.9rem;
line-height: 1.4;
}
- .highlight {
- margin-bottom: 20px;
+ strong {
+ font-weight: bold;
+ }
+ em {
+ font-style: italic;
+ font-weight: normal;
}
ul,
ol {