From 44a1647d2b8872153b5ab6f684f45ae5ae851f71 Mon Sep 17 00:00:00 2001 From: leandro-rdz Date: Thu, 7 Dec 2023 18:03:08 +0100 Subject: [PATCH] Update css --- css/style.css | 6 ++++++ index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 @@
- +