diff --git a/_config.yml b/_config.yml index ba7ebbe..85878cc 100644 --- a/_config.yml +++ b/_config.yml @@ -236,7 +236,7 @@ footer: # See: https://theme-next.js.org/docs/theme-settings/posts # --------------------------------------------------------------- -# Automatically excerpt description in homepage as preamble text. +# Use `description` in front-matter to specify post excerpt. excerpt_description: true # Read more button diff --git a/source/css/_schemes/Pisces/_layout.styl b/source/css/_schemes/Pisces/_layout.styl index 907e6ba..0d1c267 100644 --- a/source/css/_schemes/Pisces/_layout.styl +++ b/source/css/_schemes/Pisces/_layout.styl @@ -1,7 +1,5 @@ .header { - background: var(--content-bg-color); - border-radius: $border-radius-inner; - box-shadow: $box-shadow-inner; + gemini-block(); +tablet-mobile() { border-radius: initial;