File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,16 +200,13 @@ <h2 class="text-3xl font-semibold text-zinc-800 dark:text-zinc-100 mb-4 text-cen
200200
201201 <!-- Version selector: manual fixed list -->
202202 < div class ="flex justify-center mt-8 ">
203- < div
204- class ="inline-flex items-center space-x-3 bg-white dark:bg-zinc-800 rounded-lg shadow-lg dark:shadow-2xl dark:ring-1 dark:ring-white/5 px-4 py-2 ">
205- < select id ="version-select "
206- class ="text-sm bg-zinc-100 dark:bg-zinc-700 text-zinc-800 dark:text-zinc-100 rounded-md border border-zinc-300 dark:border-zinc-600 px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500 ">
207- < option value ="v0.10.1 "> v0.10.1</ option >
208- < option value ="v0.10.0 " selected > v0.10.0</ option >
209- < option value ="v0.9.0 "> v0.9.0</ option >
210- < option value ="v0.8.2 "> v0.8.2</ option >
211- </ select >
212- </ div >
203+ < select id ="version-select "
204+ class ="text-sm bg-transparent text-zinc-400 dark:text-zinc-500 border border-zinc-300 dark:border-zinc-600 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:text-zinc-700 dark:focus:text-zinc-200 appearance-none text-center font-mono ">
205+ < option value ="v0.10.1 "> v0.10.1</ option >
206+ < option value ="v0.10.0 " selected > v0.10.0</ option >
207+ < option value ="v0.9.0 "> v0.9.0</ option >
208+ < option value ="v0.8.2 "> v0.8.2</ option >
209+ </ select >
213210 </ div >
214211 </ div >
215212
You can’t perform that action at this time.
0 commit comments