Skip to content

Commit

Permalink
pagination now prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
laurauntner committed Mar 21, 2024
1 parent 366aadd commit 49246bd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,13 @@ h3 {
.paginate_button.page-item.active a {
background-color: rgba(94, 23, 235, 0.5);
border: none;
color: white;
color: black;
}

.paginate_button.page-item.active a:hover {
background-color: rgba(94, 23, 235, 0.5);
border: none;
color: black;
}

.paginate_button.page-item a:hover {
Expand All @@ -244,10 +245,14 @@ h3 {
color: black;
}

.page-link:hover {
color: black;
background-color: rgba(94, 23, 235, 0.2);
}

.page-link:focus {
color: black;
box-shadow: none !important;
background-color: white !important;
}

.dropdown-item.custom-dropdown-link:hover {
Expand Down Expand Up @@ -431,7 +436,7 @@ a:hover {
}
}

@media (max-width: 768px) {
@media (max-width : 768px) {
.cover {
width: auto !important;
height: auto !important;
Expand Down

0 comments on commit 49246bd

Please sign in to comment.