Commit 84efedcc authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #1408 from QingWei-Li/fix/pagination-bgcolor

Pagination: fix background color
parents 41f69d99 e43ed240
......@@ -6,7 +6,6 @@
@b pagination {
white-space: nowrap;
padding: 2px 5px;
background: var(--pagination-fill);
color: var(--pagination-color);
span,
......@@ -51,6 +50,7 @@
.btn-next {
background: center center no-repeat;
background-size: 16px;
background-color: var(--pagination-fill);
border: 1px solid var(--pagination-border-color);
cursor: pointer;
margin: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment