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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_base.sass')
-rw-r--r--assets/sass/_base.sass7
1 files changed, 1 insertions, 6 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index c6c2e94..8cdcf9b 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -76,9 +76,6 @@ details[open] summary
.hidden
display: none
-pre
- background-color: $code-background !important
-
.img-responsive
border-radius: 5px
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4)
@@ -272,8 +269,6 @@ pre
border-left: .25rem solid #e5e5e5
blockquote p:last-child
margin-bottom: 0
- code
- background-color: $code-background
table
margin: 2em 0 2em 0
width: 100%
@@ -290,7 +285,7 @@ pre
tbody tr:nth-child(even) td,
tbody tr:nth-child(even) th
background-color: #f7f7f7
- pre
+ code, pre
border-radius: 3px
img
display: block