From 82082c242ccd06f98abc323683b70580112deec8 Mon Sep 17 00:00:00 2001 From: kekw <145754763+bruhminister21@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:43:58 +0530 Subject: [PATCH] Delete styles.css --- styles.css | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 styles.css diff --git a/styles.css b/styles.css deleted file mode 100644 index 45d818d..0000000 --- a/styles.css +++ /dev/null @@ -1,46 +0,0 @@ -/* styles.css */ - -/* Existing styles remain unchanged */ - -#login-form, #report-form { - max-width: 600px; - margin: 0 auto; - } - - #login-form label, #report-form label { - display: block; - margin: 10px 0 5px; - } - - #login-form input, #report-form input, #report-form textarea { - width: 100%; - padding: 10px; - border: 1px solid #ddd; - border-radius: 4px; - } - - #login-form button, #report-form button { - background: #00796b; - color: #fff; - padding: 10px 15px; - border: none; - border-radius: 4px; - cursor: pointer; - font-size: 16px; - } - - #login-form button:hover, #report-form button:hover { - background: #004d40; - } - - /* Additional styles for the logout link */ - #nav-logout { - color: #00796b; - text-decoration: none; - font-weight: bold; - } - - #nav-logout:hover { - text-decoration: underline; - } -