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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-28 20:43:25 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-28 20:43:25 +0300
commit317c4504293aa3e35df9ceb39e2876b3a1035637 (patch)
treeccc6c4ca9ba8c91da69d7065b26c609e7e7b18a3 /layouts
parent8645afaa915a4737822b41853a5e2aa277f89ca3 (diff)
Fix pre code styles
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 2762c15..2403a92 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -33,7 +33,11 @@ pre {
padding: 16px;
}
pre code {
- background-color: inherit;
+ padding: 0;
+ font-size: inherit;
+ color: inherit;
+ background-color: transparent;
+ border-radius: 0;
}
code {
padding: 2px 4px;