From 3fb79b8e705e7e13bd2a477fb06d4a7afbfeef8a Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:22:27 +0000 Subject: [PATCH] Remove header to revert to older version Remove the 'Course Materials Assistant' header, the subtitle, and the associated header row from the page. Theme toggle is unaffected since it lives outside the header element. Also remove now-dead header CSS rules. Co-authored-by: Pallavi Kurhade --- frontend/index.html | 5 ----- frontend/style.css | 29 ----------------------------- 2 files changed, 34 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index ae7f64c..c085c6a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -28,11 +28,6 @@
-
-

Course Materials Assistant

-

Ask questions about courses, instructors, and content

-
-
diff --git a/frontend/style.css b/frontend/style.css index 4bd5a54..4342ffb 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -64,27 +64,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 { flex: 1; @@ -763,14 +742,6 @@ details[open] .suggested-header::before { order: 1; } - header { - padding: 1rem; - } - - header h1 { - font-size: 1.5rem; - } - .chat-messages { padding: 1rem; }