From a33b38f66d23018de310c35350fdc0f8a73c87a7 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Fri, 29 Apr 2022 09:51:22 -0300 Subject: [PATCH] Add cursor: pointer to .button --- site.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site.css b/site.css index 0c629d7..629c2ae 100644 --- a/site.css +++ b/site.css @@ -258,9 +258,9 @@ bdo { .button { - font-family: 'Open Sans Condensed Bold'; - font-size: 18px; - color: #FFCA1B; + font-family: 'Open Sans Condensed Bold'; + font-size: 18px; + color: #FFCA1B; padding: 10px 40px; border-radius: 5px; border-width: 3px; @@ -268,6 +268,7 @@ bdo { border-style: solid; text-align: center; background-color: transparent; + cursor: pointer; } .button:hover { background-color: #FFCA1B;