From db39471a428dedb5a6e840179de3216b9f066ce1 Mon Sep 17 00:00:00 2001 From: wuyoli Date: Mon, 14 Feb 2022 12:24:42 +0000 Subject: [PATCH] fix color of paginator bottom border --- sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 3db261c..38f0773 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -448,7 +448,7 @@ img { .pagination { margin: 30px; padding: 0px 0 56px 0; - border-bottom: 1px solid #f2f2f2; + border-bottom: 1px solid #81A1C1; ul { list-style: none;