From a6104a625579e8f9827fbdd97d90146f9f2cd571 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 21:42:52 +0000 Subject: [PATCH] Remove header section to revert to older version - Removed
element with "Course Materials Assistant" title - Removed subtitle "Ask questions about courses, instructors, and content" - Removed all header-related CSS rules from style.css - Preserved theme toggle functionality Fixes #2 Co-authored-by: mwilson0 --- frontend/index.html | 5 ----- frontend/style.css | 30 +----------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index f85e0e935..15cd181b3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -27,11 +27,6 @@
-
-

Course Materials Assistant

-

Ask questions about courses, instructors, and content

-
-
diff --git a/frontend/style.css b/frontend/style.css index c33d0b4d3..b7e52b5f6 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -66,26 +66,6 @@ body { padding: 0; } -/* Header - Hidden */ -header { - display: none; -} - -header h1 { - font-size: 1.75rem; - font-weight: 700; - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; - margin: 0; -} - -.subtitle { - font-size: 0.95rem; - color: var(--text-secondary); - margin-top: 0.5rem; -} /* Main Content Area with Sidebar */ .main-content { @@ -744,15 +724,7 @@ details[open] .suggested-header::before { .chat-main { order: 1; } - - header { - padding: 1rem; - } - - header h1 { - font-size: 1.5rem; - } - + .chat-messages { padding: 1rem; }