Skip to content

Commit

Permalink
make previous and next links consistent with cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedDev committed Nov 19, 2023
1 parent a9f2a8f commit 2715f8e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,19 @@
background-color: #1f2937;
}

.card {
.pagination-nav__link {
background-color: #111827;
}

.card,
.pagination-nav__link {
transition: none !important;
border: none !important;
border-radius: 0.5rem;
}

.card:hover {
.card:hover,
.pagination-nav__link:hover {
opacity: 0.8;
}

Expand Down

0 comments on commit 2715f8e

Please sign in to comment.