From 0e21a8adb64d39a63cd1156e631aa5cd6d913f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Thu, 8 Aug 2024 21:46:35 +0200 Subject: [PATCH] Align the size of the button link with the button It needs a border, though a transparent one. --- code/Site/$Site.skin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Site/$Site.skin b/code/Site/$Site.skin index 46ba0728..a5098f36 100644 --- a/code/Site/$Site.skin +++ b/code/Site/$Site.skin @@ -560,7 +560,7 @@ hr { } &.uk-button-link { - border: initial; + border-color: transparent; &:link, &:visited { color: @link-color;