minor tweak

This commit is contained in:
Akbar Rahman 2023-02-02 21:36:29 +00:00
parent 2e255c8cd4
commit 4fe7e1d2d7
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -10,20 +10,21 @@
:root {
--light: var(--colorscheme-light);
}
#set_access_token { text-decoration: underline; }
</style>
<title>reposearch</title>
</head>
<body>
<h1>reposearch</h1>
<p>private and fast search as you type for <a href="GITEA_SITE">GITEA_SITE_NAME</a>.</p>
<p>
<a href="GITEA_SITE/alvierahman90/reposearch">source</a>
<span id="access_token_inputs">
<button id="set_access_token">set access token</button>
<span id="set_access_token">set access token</span>
</span>
</p>
<div id="searchWrapper"> <input id="search" placeholder="Search"> </div>
<div id="searchWrapper"> <input autocomplete="off" id="search" placeholder="Search"> </div>
<p class="searchSmallText" style="margin-top: 0; text-align: center">
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
</p>