minor tweak
This commit is contained in:
parent
2e255c8cd4
commit
4fe7e1d2d7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user