Update web/templates/settings/home.html
This commit is contained in:
parent
66a372bf7b
commit
bcefe3144e
@ -11,6 +11,13 @@
|
||||
<!-- Your future settings content goes here -->
|
||||
<div class="card" style="padding:20px; margin-bottom:20px;">
|
||||
<button id="darkToggle" class="btn btn-secondary">Toggle Dark Mode</button>
|
||||
<div class="card" style="padding:20px; margin-bottom:20px;">
|
||||
<label style="display:flex;gap:10px;align-items:center;">
|
||||
<input id="highlightHitsToggle" type="checkbox">
|
||||
<span>Highlight search hits on entry page</span>
|
||||
</label>
|
||||
<p class="small muted" style="margin-top:6px;">When on, your last search terms are lightly highlighted on result pages—but only in the fields you searched.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user