diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 15:08:19 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 15:08:19 -0500 |
| commit | d7501b1bd65082f3b44a1bbe8fd43fc3ab917278 (patch) | |
| tree | 2e822b43f334e9176bc71f018b8f68f010d8daf2 /public/components | |
| parent | aa53caa0e8fc049562fc7a4833d41ca52d23ecf4 (diff) | |
finish
Diffstat (limited to 'public/components')
| -rw-r--r-- | public/components/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/components/nav.html b/public/components/nav.html index 5a00e39..2a52c5f 100644 --- a/public/components/nav.html +++ b/public/components/nav.html @@ -1,7 +1,7 @@ <nav>
<div class="center" style="max-width: 1280px; justify-content: space-between; flex-wrap: wrap; padding: 28px 32px 28px 32px;">
<a href="/" class="link">haemolacriaa</a>
- <button id="link-button" class="rm-l">
+ <button id="link-button" class="rm-l" style="color: white; background: none; border: none; cursor: pointer; outline: none;">
<svg id="link-button-open" width="24" height="24" viewBox="0 0 16 16" fill="currentColor" role="graphics-symbol"><g><g><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"></path></g></g></svg>
<svg id="link-button-close" class="rm" width="24" height="24" viewBox="0 0 16 16" fill="currentColor" role="graphics-symbol"><g><g><path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"></path></g></g></svg>
</button>
|
