diff --git a/Website/contact.html b/Website/contact.html
index c3a6f8628..866a7a560 100644
--- a/Website/contact.html
+++ b/Website/contact.html
@@ -26,7 +26,6 @@
width: 100%;
height: 15px;
z-index: 99990;
- /* background: #f3f3f3; */
}
#progress-bar {
@@ -38,15 +37,11 @@
border-radius: 10px;
}
- /* .dark-mode .content{
- background-color: white;
- }
- .dark-mode .title{
- color: #333;
- }
- .dark-mode .paragraph{
- color: #555;
- } */
+ .error-message {
+ color: red;
+ font-size: 0.9em;
+ }
+
@@ -56,7 +51,6 @@