Skip to content

Commit

Permalink
style(globals): update pagination button hover styles for improved vi…
Browse files Browse the repository at this point in the history
…sibility (#547)

- closed: #547 #568
  • Loading branch information
1chooo committed Dec 5, 2024
1 parent 2928925 commit 6171263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
}

.pagination-btn:hover {
background-color: hsl(45, 100%, 71%);
background-color: hsl(45, 100%, 10%);
scale: 1.1;
}

/*-----------------------------------*\
Expand Down

0 comments on commit 6171263

Please sign in to comment.