mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2024-11-27 14:25:47 +01:00
Ensure proper color contrast of pagination links
This commit is contained in:
parent
e82fca6e18
commit
a7b9728f93
@ -67,10 +67,12 @@ const currentPageNum = Number(page || '1');
|
||||
}
|
||||
|
||||
.nav a {
|
||||
color: var(--font-color);
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.nav a.active {
|
||||
color: var(--color-primary);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user