chore: tweak types

This commit is contained in:
Cory Dransfeldt 2023-12-25 16:44:33 -08:00
parent 6a3a3dc097
commit bbf9c21477
No known key found for this signature in database
6 changed files with 48 additions and 8 deletions

View file

@ -8,7 +8,7 @@ permalink: /search.html
<link href="https://coryd.dev/pagefind/pagefind-ui.css" rel="stylesheet" />
<style>
:root {
--pagefind-ui-font: system-ui, sans-serif;
--pagefind-ui-font: 'silka', 'Inter', 'Roboto', 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'system-ui', 'sans-serif';
--pagefind-ui-primary: #374151;
--pagefind-ui-text: #374151;
}