Spaces:
Runtime error
Runtime error
Gopikanth123
commited on
Update templates/index.html
Browse files- templates/index.html +3 -26
templates/index.html
CHANGED
@@ -194,7 +194,7 @@
|
|
194 |
}
|
195 |
|
196 |
/* Settings */
|
197 |
-
|
198 |
display: flex;
|
199 |
justify-content: space-between;
|
200 |
align-items: center;
|
@@ -203,30 +203,7 @@
|
|
203 |
box-shadow: 0 2px 5px var(--shadow-color);
|
204 |
position: relative;
|
205 |
z-index: 1000;
|
206 |
-
}
|
207 |
-
.settings {
|
208 |
-
display: flex;
|
209 |
-
justify-content: space-between;
|
210 |
-
align-items: center;
|
211 |
-
padding: 10px;
|
212 |
-
background: #f9fafb;
|
213 |
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
214 |
-
border-radius: 5px;
|
215 |
-
}
|
216 |
-
.settings label {
|
217 |
-
display: block;
|
218 |
-
font-size: 14px;
|
219 |
-
font-weight: 600;
|
220 |
-
color: #555;
|
221 |
-
}
|
222 |
-
|
223 |
-
.settings select {
|
224 |
-
padding: 5px;
|
225 |
-
font-size: 14px;
|
226 |
-
border: 1px solid #ccc;
|
227 |
-
border-radius: 4px;
|
228 |
-
background: #fff;
|
229 |
-
}
|
230 |
|
231 |
.color-picker,
|
232 |
.theme-toggle {
|
@@ -731,7 +708,7 @@
|
|
731 |
break;
|
732 |
}
|
733 |
|
734 |
-
responsiveVoice.speak(text
|
735 |
}
|
736 |
|
737 |
|
|
|
194 |
}
|
195 |
|
196 |
/* Settings */
|
197 |
+
.settings {
|
198 |
display: flex;
|
199 |
justify-content: space-between;
|
200 |
align-items: center;
|
|
|
203 |
box-shadow: 0 2px 5px var(--shadow-color);
|
204 |
position: relative;
|
205 |
z-index: 1000;
|
206 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
|
208 |
.color-picker,
|
209 |
.theme-toggle {
|
|
|
708 |
break;
|
709 |
}
|
710 |
|
711 |
+
responsiveVoice.speak(text);
|
712 |
}
|
713 |
|
714 |
|