File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -133,38 +133,18 @@ body {
133133/* Header */
134134header {
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 {
You can’t perform that action at this time.
0 commit comments