pagination button color, centering cookies banner, and remove scroll in carousel

This commit is contained in:
2025-09-23 14:51:27 +02:00
parent 92e396b61f
commit 7545dedb68
3 changed files with 21 additions and 12 deletions

View File

@@ -70,3 +70,10 @@ body {
padding: 0 1rem;
}
}
.pagination {
.active > .page-link {
background-color: $color-button;
border-color: $color-button;
}
}