From 70597cbbea4edb38c340440469eec67f9ed43888 Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Sun, 13 Apr 2025 15:14:20 +0000 Subject: [PATCH] update article banner css --- templates/assets/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/assets/css/style.css b/templates/assets/css/style.css index 65c6255..7891474 100644 --- a/templates/assets/css/style.css +++ b/templates/assets/css/style.css @@ -687,6 +687,16 @@ section { /*-------------------------------------------------------------- # article --------------------------------------------------------------*/ + +.bread-nav{ + margin: 1em 0; + padding: 0.8em 1em; + background: #f9f9f9; + border-left: 5px solid #ccc; + color: #555; + font-style: italic; +} + .banner-img { width: 100%; max-height: 400px;