Skip to content

Commit 1906851

Browse files
committed
Change of color on Blogs Page slide/page button
1 parent c5e3673 commit 1906851

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/pages/blogs/blogs-new.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,9 +1161,16 @@
11611161
}
11621162

11631163
.active-page {
1164-
background: #475569 !important;
1165-
color: white;
1166-
border-color: #475569 !important;
1164+
background: #000000 !important;
1165+
color: #ffffff !important;
1166+
border-color: #000000 !important;
1167+
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16);
1168+
transform: translateY(-1px);
1169+
}
1170+
1171+
.active-page:hover {
1172+
background: #111111 !important;
1173+
box-shadow: 0 8px 20px rgba(15, 23, 42, 0.22);
11671174
}
11681175

11691176
.pagination-btn:disabled {

0 commit comments

Comments
 (0)