diff --git a/css/style.css b/css/style.css index 9057e63..7247e97 100644 --- a/css/style.css +++ b/css/style.css @@ -100,6 +100,7 @@ main { #checkbox { display: none; + cursor: pointer; } #checkbox:checked+#formcontainer #form { @@ -233,4 +234,9 @@ main { height: 100%; width: 5em; background-color: #7e2722; +} + +#form_button:hover { + color: #ffffff; + cursor: pointer; } \ No newline at end of file diff --git a/index.html b/index.html index fbe1511..4f58ba8 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@