improve page navigation styling

This commit is contained in:
Philipp Kühn
2020-10-12 18:09:20 +02:00
parent ba4a52d610
commit f0cfd8e877
3 changed files with 18 additions and 179 deletions

View File

@@ -1,14 +1,16 @@
.page-navigation {
display: flex;
justify-content: space-between;
padding: 3rem 0;
padding: 2rem 0;
&__link {
font-weight: 500;
color: rgba($colorWhite, 0.6);
padding: 0.25rem 0.5rem;
border-radius: 5px;
&:hover {
color: $colorWhite;
background-color: rgba($colorWhite, 0.1);
}
}
}