From aac09c7bf40f5fe4fbb808447e5180b306dee252 Mon Sep 17 00:00:00 2001 From: Aleksandr Kolodko Date: Fri, 29 Mar 2024 20:47:22 +0200 Subject: [PATCH] fix button style --- docs/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/style.css b/docs/css/style.css index fe3c6d6..54a46f0 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -583,7 +583,7 @@ button { border-radius: 0.25em; padding: 0.5em 1em 0.6em; - + cursor: pointer; } button:hover {