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 'exampleSite/resources/_gen/assets/scss/scss/style.scss_5ad6f408b0e3e473c748aac88af0ea18.content')
-rw-r--r--exampleSite/resources/_gen/assets/scss/scss/style.scss_5ad6f408b0e3e473c748aac88af0ea18.content22
1 files changed, 19 insertions, 3 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_5ad6f408b0e3e473c748aac88af0ea18.content b/exampleSite/resources/_gen/assets/scss/scss/style.scss_5ad6f408b0e3e473c748aac88af0ea18.content
index e1e58a3..83c0bce 100644
--- a/exampleSite/resources/_gen/assets/scss/scss/style.scss_5ad6f408b0e3e473c748aac88af0ea18.content
+++ b/exampleSite/resources/_gen/assets/scss/scss/style.scss_5ad6f408b0e3e473c748aac88af0ea18.content
@@ -5639,7 +5639,6 @@ ol {
border: 2px solid #fff; }
.title {
- color: #222222;
font-size: 2.4rem;
line-height: 1.2;
font-family: "Roboto", Arial, sans-serif, -apple-system;
@@ -5650,6 +5649,17 @@ ol {
.title {
font-size: 3rem; } }
+.title-summary {
+ font-size: 1.6rem;
+ line-height: 1.4;
+ font-family: "Roboto", Arial, sans-serif, -apple-system;
+ letter-spacing: -0.2px;
+ font-weight: 200;
+ margin-bottom: 10px; }
+ @media (min-width: 768px) {
+ .title-summary {
+ font-size: 1.6rem; } }
+
.content {
-webkit-font-smoothing: antialiased; }
.content pre {
@@ -5676,8 +5686,11 @@ ol {
font-family: "Roboto Mono", monospace;
font-size: 0.9rem;
line-height: 1.4; }
- .content .highlight {
- margin-bottom: 20px; }
+ .content strong {
+ font-weight: bold; }
+ .content em {
+ font-style: italic;
+ font-weight: normal; }
.content ul,
.content ol {
margin-top: 10px;
@@ -5778,6 +5791,9 @@ ol {
background: #ffffff;
padding: 10px; }
+.highlight {
+ margin-bottom: 20px; }
+
.highlight .hll {
background-color: #ffffcc; }