chore: a few style changes
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<a class="font-display-lg text-display-lg text-on-surface" href="{{ `/` | relLangURL }}">{{ site.Title }}</a>
|
||||
</header>
|
||||
|
||||
<button class="relative w-full bg-transparent text-on-surface border border-outline/30 rounded py-1.5 pl-8 pr-3 text-left focus:outline-none focus:border-primary focus:ring-1 focus:ring-primary transition-colors text-label-sm" type="button" data-search-open aria-haspopup="dialog">
|
||||
<button class="relative w-full bg-transparent text-on-surface border border-outline/30 rounded py-1.5 pl-8 pr-3 text-left focus:outline-none focus:border-primary focus:ring-1 focus:ring-primary transition-colors text-[13px]" type="button" data-search-open aria-haspopup="dialog">
|
||||
<span class="material-symbols-outlined absolute left-2 top-1.5 text-on-surface-variant text-[18px]" aria-hidden="true">search</span>
|
||||
<span class="text-on-surface-variant/70">Search</span>
|
||||
</button>
|
||||
|
||||
<nav class="flex flex-col gap-1 text-sm" aria-label="Primary">
|
||||
<nav class="flex flex-col gap-1 text-[14px]" aria-label="Primary">
|
||||
{{ with site.Sections }}
|
||||
{{ partial "explorer-tree.html" (dict "nodes" . "level" 0) }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user