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; }