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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-03-22 22:06:02 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-03-22 22:06:02 +0300
commitf6755f4d57171da8ad473015e22579420efc5506 (patch)
treedcbf721bd409c71a945a2db505b25391f9f5f3e8
parent13248d13d69f7bf7876a60d79be58c3531563a56 (diff)
Misc updates in _bilberry-hugo-theme.scss
-rw-r--r--assets/sass/_bilberry-hugo-theme.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/assets/sass/_bilberry-hugo-theme.scss b/assets/sass/_bilberry-hugo-theme.scss
index 1287e8b..8cc5a79 100644
--- a/assets/sass/_bilberry-hugo-theme.scss
+++ b/assets/sass/_bilberry-hugo-theme.scss
@@ -33,12 +33,14 @@
pre {
position: relative;
+ background: transparent !important;
code {
- padding: 0.75em;
+ padding: 1.0em;
font-size: 0.9em;
white-space: pre;
overflow-x: auto;
+ border-radius: 4px;
}
.copy-button {
@@ -59,7 +61,7 @@
}
code {
- font-family: 'Fira Code', monospace;
+ font-family: "Fira Code", monospace;
border: 0;
margin: 0;
white-space: normal;
@@ -77,7 +79,6 @@
font-size: 15pt;
}
-
.container {
width: $site-width;
max-width: 100%;
@@ -94,19 +95,16 @@
}
.flexslider {
-
ol,
ul {
list-style: none;
}
}
-
.fa-youtube-adblock-proof:before {
content: "\F167";
}
-
@import "topnav";
@import "header";