From 5fcc594a647451a20666dce7eb00f48517549b13 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 14 Apr 2020 16:24:09 +0800 Subject: [PATCH] css --- source/css/_highlight/index.styl | 1 + source/css/_third-party/valine.styl | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/source/css/_highlight/index.styl b/source/css/_highlight/index.styl index 9b26954..d41df76 100644 --- a/source/css/_highlight/index.styl +++ b/source/css/_highlight/index.styl @@ -77,6 +77,7 @@ pre font-family: $fontfamily-code border-radius: $border-codeblock border: 1px solid darken($color-codeblock, 6) + line-height: 1.5 trans() figcaption position: sticky diff --git a/source/css/_third-party/valine.styl b/source/css/_third-party/valine.styl index f629e60..721e4d2 100644 --- a/source/css/_third-party/valine.styl +++ b/source/css/_third-party/valine.styl @@ -70,7 +70,9 @@ &:hover color: $color-hover background: bgcolor($color-hover) - + &.vmore + width: 100% + padding: $gap-paragraph 2rem .vcards .vquote border-left: none