Disable selection of colon dividers in header

This commit is contained in:
2023-05-13 01:23:46 -05:00
parent 37b98cb504
commit 8f680c8915
2 changed files with 12 additions and 3 deletions

View File

@@ -7,10 +7,10 @@
</header>
<nav>
<a href="/">~/</a>
:
<span class="no-select">:</span>
<a href="https://xevion.dev">~/about/</a>
:
<span class="no-select">:</span>
<a href="https://xevion.dev/projects">~/projects/</a>
:
<span class="no-select">:</span>
<a href="https://xevion.dev/resume">~/resume/</a>
</nav>