From a78d0f33067dbced48e9d741c591488da177cd32 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 11 Aug 2025 19:17:17 +0300 Subject: [PATCH] add border with offset --- public/theme/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/theme/default.css b/public/theme/default.css index f94e49f..23b67c4 100644 --- a/public/theme/default.css +++ b/public/theme/default.css @@ -140,6 +140,7 @@ main { /* pagination */ main > a { background: var(--item); + border: 1px solid var(--item); border-radius: 3px; float: right; margin-left: 8px;