From d19039bb96885cae06e96a7fb96c418093460c43 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 29 Jul 2023 19:34:22 -0500 Subject: [PATCH] correct text on formbuttons --- css/buttons.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/buttons.css b/css/buttons.css index 9484a31..0e96a12 100644 --- a/css/buttons.css +++ b/css/buttons.css @@ -32,6 +32,12 @@ button.formbutton img { vertical-align: middle; } +button.formbutton a { + margin: 4px; + position: relative; + top: 2px; +} + .button:hover > a > img:nth-of-type(1) { filter: contrast(50%); }