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
path: root/assets
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2021-12-19 17:51:11 +0300
committerVictoria Drake <hello@victoria.dev>2021-12-19 17:51:11 +0300
commit84e3340ca0792c2a0e2c4fb5b96e6f16037e1eeb (patch)
treea5eb6727c458473311705ecc8b637e386d138aba /assets
parent8c3c9cedd0724cc5909260a8914d19ec2cc65b0e (diff)
Adds giscus and color tweaksv5.1.0
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass7
-rw-r--r--assets/sass/_light-variables.sass2
2 files changed, 2 insertions, 7 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
diff --git a/assets/sass/_light-variables.sass b/assets/sass/_light-variables.sass
index a67bab1..df07beb 100644
--- a/assets/sass/_light-variables.sass
+++ b/assets/sass/_light-variables.sass
@@ -4,4 +4,4 @@ $primary: #00b8d4
$secondary: #dbdbdb
$h-color: #222222
$link-hover: #000000
-$code-background: $secondary \ No newline at end of file
+$code-background: transparent \ No newline at end of file