Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
</svg>
</button>
<div class="container">
<header>
<h1>Course Materials Assistant</h1>
<p class="subtitle">Ask questions about courses, instructors, and content</p>
</header>

<div class="main-content">
<!-- Left Sidebar -->
<aside class="sidebar">
Expand Down
30 changes: 1 addition & 29 deletions frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down
Loading