Docs: Updated index.html
@@ -30,8 +30,8 @@
<input placeholder="" type="text" id="filterInput" autocorrect="off" autocapitalize="off" spellcheck="false" />
<div id="exitSearchButton"></div>
<select id="language">
- <option value="en">en</option>
- <option value="zh">zh</option>
+ <option value="en">English</option>
+ <option value="zh">中文</option>
</select>
</div>
<div id="content"></div>
@@ -257,7 +257,6 @@ h1 a {
#panel #language {
font-family: 'Roboto Mono', monospace;
font-size: 1rem;
- line-height: 1rem;
font-weight: 500;
color: var(--text-color);
border: 0px;