Add very simple search support to pages, togglable with "k"

This commit is contained in:
Dane Everitt 2020-04-03 22:39:53 -07:00
parent 807cd815ea
commit 0dbf6b51b5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 216 additions and 4 deletions

View file

@ -21,8 +21,8 @@
& .right-navigation {
@apply .flex .h-full .items-center .justify-center;
& > a {
@apply .flex .items-center .h-full .no-underline .text-neutral-300 .px-6;
& > a, & > .navigation-link {
@apply .flex .items-center .h-full .no-underline .text-neutral-300 .px-6 .cursor-pointer;
transition: background-color 150ms linear, color 150ms linear, box-shadow 150ms ease-in;
/*! purgecss start ignore */