diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index e93ce47..0452f46 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -70,3 +70,10 @@ body {
padding: 0 1rem;
}
}
+
+.pagination {
+ .active > .page-link {
+ background-color: $color-button;
+ border-color: $color-button;
+ }
+}
\ No newline at end of file
diff --git a/components/CookieUsageNotification.vue b/components/CookieUsageNotification.vue
index c160bd2..b949f4b 100644
--- a/components/CookieUsageNotification.vue
+++ b/components/CookieUsageNotification.vue
@@ -16,33 +16,33 @@