From 7e908ba95a39142f36b5c489342809952e8eda36 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Sat, 21 Jan 2023 11:38:49 +0800 Subject: [PATCH] Update docs of excerpt_description * See https://github.com/iissnan/hexo-theme-next/pull/1180 --- _config.yml | 2 +- source/css/_schemes/Pisces/_layout.styl | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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;