From c7b8ac9a471f948760a01d73c46cdfbe99e583b3 Mon Sep 17 00:00:00 2001 From: Librahang <245462755@qq.com> Date: Fri, 31 Jul 2020 15:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3blog=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E5=B8=A6=E6=9C=89=E5=B0=8F=E5=9C=86=E7=82=B9=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hugo-blog-jeffprod/static/css/blog.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/hugo-blog-jeffprod/static/css/blog.css b/themes/hugo-blog-jeffprod/static/css/blog.css index 5d4e8dc9..be238117 100644 --- a/themes/hugo-blog-jeffprod/static/css/blog.css +++ b/themes/hugo-blog-jeffprod/static/css/blog.css @@ -88,6 +88,9 @@ ul{ li{ list-style-type: disc!important; } +.pagination__item{ + list-style-type: none!important; +} /* ------------------------blog 主页------------------------- */ .article { display: flex; -- Gitee