From b7ae46604691df4ed835c219f024566687e06386 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Wed, 28 May 2025 15:41:19 +0200 Subject: [PATCH] Adding Style for the Pager Buttons --- data/style/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/style/style.css b/data/style/style.css index 284bc70..396eb8a 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -890,6 +890,14 @@ div.content { text-align: center; } +.pager a { + width: 20px; + display: inline-block; + padding: 5px; + background: var(--clr-surface-a10); + border-radius: 5px; +} +