minor tweak
This commit is contained in:
parent
2e255c8cd4
commit
4fe7e1d2d7
@ -10,20 +10,21 @@
|
|||||||
:root {
|
:root {
|
||||||
--light: var(--colorscheme-light);
|
--light: var(--colorscheme-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#set_access_token { text-decoration: underline; }
|
||||||
</style>
|
</style>
|
||||||
<title>reposearch</title>
|
<title>reposearch</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>reposearch</h1>
|
<h1>reposearch</h1>
|
||||||
<p>private and fast search as you type for <a href="GITEA_SITE">GITEA_SITE_NAME</a>.</p>
|
|
||||||
<p>
|
<p>
|
||||||
<a href="GITEA_SITE/alvierahman90/reposearch">source</a>
|
<a href="GITEA_SITE/alvierahman90/reposearch">source</a>
|
||||||
<span id="access_token_inputs">
|
<span id="access_token_inputs">
|
||||||
<button id="set_access_token">set access token</button>
|
<span id="set_access_token">set access token</span>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</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">
|
<p class="searchSmallText" style="margin-top: 0; text-align: center">
|
||||||
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
|
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user