From 81e3d35efae5ed0b5d01f4761192323c0c7b23c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Wed, 9 Oct 2024 00:00:27 +0200 Subject: [PATCH] style: Fix submit and try again buttons --- notecheck/static/notecheck/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notecheck/static/notecheck/style.css b/notecheck/static/notecheck/style.css index 0ffd811..3441ee3 100644 --- a/notecheck/static/notecheck/style.css +++ b/notecheck/static/notecheck/style.css @@ -110,6 +110,10 @@ input[type=submit] { background:rgb(245, 252, 242); text-align: center; text-decoration: none; + border: 1px solid; + cursor: pointer; + font-size: 16px; + font-family: sans-serif; } #try_again {