From b576c1744683c6f3b206dbc5c2edde167b662189 Mon Sep 17 00:00:00 2001 From: Skywt2003 Date: Wed, 4 Aug 2021 12:31:53 +0800 Subject: [PATCH] Shadow & border fix --- 404.php | 5 +++-- assets/style.css | 5 ----- header.php | 4 +--- page.php | 1 + 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/404.php b/404.php index ff70c19..a6790a9 100644 --- a/404.php +++ b/404.php @@ -1,11 +1,12 @@ need('header.php'); ?> -
+ diff --git a/assets/style.css b/assets/style.css index b770eae..6cdb6cd 100644 --- a/assets/style.css +++ b/assets/style.css @@ -25,17 +25,12 @@ font-weight: bold; line-height: 1.7; } -/* Shadow Below 单边阴影,应用于 nav */ - .shadowb { - box-shadow: 0 20px 20px rgba(50, 50, 93, .1), 0 5px 5px rgba(0, 0, 0, .07); -} /* post content style */ article, article a { color: #172b4d; } .post-title:before { content:'#'; - font-family: monospace; } article{ font-size: 1rem; diff --git a/header.php b/header.php index 80f772e..2b0f35b 100644 --- a/header.php +++ b/header.php @@ -46,7 +46,6 @@ -is('post') or $this->is('page'))) { ?> - -