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