From fdb681edc770d23d6141bdccd806d90e282d2a91 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Wed, 28 May 2025 16:11:31 +0200 Subject: [PATCH] Adjust the Style of the Pager Buttons --- data/style/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/style/style.css b/data/style/style.css index d2d2a15..53391e4 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -897,6 +897,8 @@ div.content { background: var(--clr-surface-a10); border-radius: 5px; cursor: pointer; + text-decoration: none; + margin: 0px 2px 0px 2px; }