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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorwlh <wanglinghao18z@ict.ac.cn>2020-11-25 16:33:12 +0300
committerwlh <wanglinghao18z@ict.ac.cn>2020-11-25 16:33:12 +0300
commitc414042c405993903f5bd5fb990bf727b4df39aa (patch)
tree17bca2b4ca149ada937552e1e0f2e54fabf4f58d /assets
parent111b9d34e6a5fd6da3a0365bc579d90c9923e5f6 (diff)
add highlight margin-bottom and move js to cdn
Diffstat (limited to 'assets')
-rw-r--r--assets/css/common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/common.scss b/assets/css/common.scss
index 82ba77b..2b5e2e4 100644
--- a/assets/css/common.scss
+++ b/assets/css/common.scss
@@ -78,6 +78,9 @@ body {
.highlight {
position: relative;
}
+.highlight:not(:last-child) {
+ margin-bottom: 1em;
+}
.chroma code:before {
content: attr(data-lang);
position: absolute;