From a8c8feeb3e63ab81b50cff1b258a8f1c369ab958 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Tue, 31 Mar 2026 21:19:36 -0400 Subject: [PATCH] redid final styling touches --- src/pages/login_page.html | 4 +-- src/pages/profile_page.html | 49 ++++++++++++++++++++++++++----------- static/login_page.css | 7 ------ static/style.css | 7 ++++++ 4 files changed, 44 insertions(+), 23 deletions(-) diff --git a/src/pages/login_page.html b/src/pages/login_page.html index 3055005..3b087d7 100644 --- a/src/pages/login_page.html +++ b/src/pages/login_page.html @@ -22,12 +22,12 @@
-
+
-
+
diff --git a/src/pages/profile_page.html b/src/pages/profile_page.html index 17eeef4..99e35bb 100644 --- a/src/pages/profile_page.html +++ b/src/pages/profile_page.html @@ -13,6 +13,8 @@ diff --git a/static/login_page.css b/static/login_page.css index 423fbc7..82a95ec 100644 --- a/static/login_page.css +++ b/static/login_page.css @@ -35,13 +35,6 @@ flex: 2; } -.login_text { - color: var(--text-muted); - margin: 0; - padding: 0; - font-size: 15px; -} - #welcome_text { font-weight: 700; font-size: 1.25rem; diff --git a/static/style.css b/static/style.css index 6d4b7b4..1fc7b30 100644 --- a/static/style.css +++ b/static/style.css @@ -51,6 +51,13 @@ input::placeholder { color: var(--text-muted); } +.input_label { + color: var(--text-muted); + margin: 0; + padding: 0; + font-size: 15px; +} + .hidden { display: none !important; }