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 {