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