Skip to content

Commit 7c286d7

Browse files
authored
Merge pull request #3 from dusalex/claude/issue-2-20250906-0941
Revert header to older version
2 parents 509e6a0 + 0dbb23f commit 7c286d7

2 files changed

Lines changed: 2 additions & 26 deletions

File tree

frontend/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@
66
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
77
<meta http-equiv="Pragma" content="no-cache">
88
<meta http-equiv="Expires" content="0">
9-
<title>Course Materials Assistant</title>
9+
<title>Chat Assistant</title>
1010
<link rel="stylesheet" href="style.css?v=9">
1111
</head>
1212
<body>
1313
<div class="container">
1414
<header>
1515
<div class="header-content">
16-
<div class="header-text">
17-
<h1>Course Materials Assistant</h1>
18-
<p class="subtitle">Ask questions about courses, instructors, and content</p>
19-
</div>
2016
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme" title="Toggle light/dark theme">
2117
<svg class="sun-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
2218
<circle cx="12" cy="12" r="5"></circle>

frontend/style.css

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -133,38 +133,18 @@ body {
133133
/* Header */
134134
header {
135135
background: var(--surface);
136-
border-bottom: 1px solid var(--border-color);
137136
padding: 1.5rem 2rem;
138137
flex-shrink: 0;
139138
}
140139

141140
.header-content {
142141
display: flex;
143-
justify-content: space-between;
142+
justify-content: flex-end;
144143
align-items: center;
145144
max-width: 1200px;
146145
margin: 0 auto;
147146
}
148147

149-
.header-text {
150-
flex: 1;
151-
}
152-
153-
header h1 {
154-
font-size: 1.75rem;
155-
font-weight: 700;
156-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
157-
-webkit-background-clip: text;
158-
-webkit-text-fill-color: transparent;
159-
background-clip: text;
160-
margin: 0;
161-
}
162-
163-
.subtitle {
164-
font-size: 0.95rem;
165-
color: var(--text-secondary);
166-
margin-top: 0.5rem;
167-
}
168148

169149
/* Theme Toggle Button */
170150
.theme-toggle {

0 commit comments

Comments
 (0)