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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/theme-colors.css')
-rw-r--r--layouts/partials/theme-colors.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/theme-colors.css b/layouts/partials/theme-colors.css
index d1f03d0..5f65d2e 100644
--- a/layouts/partials/theme-colors.css
+++ b/layouts/partials/theme-colors.css
@@ -6,17 +6,17 @@ body {
a { color: {{ .Param "colors.text" }}; }
pre {
- background: {{ .Param "colors.code-back" }};
+ background: {{ .Param "colors.code-quote-bg" }};
border: 1px solid {{ .Param "colors.text" }};
border-radius: 5px;
}
code {
- background: {{ .Param "colors.code-back" }};
+ background: {{ .Param "colors.code-quote-bg" }};
}
blockquote {
- background: {{ .Param "colors.code-back" }};
+ background: {{ .Param "colors.code-quote-bg" }};
border-left: 3px solid {{ .Param "colors.text" }};
}