website: add search enter shortcat key to jump to the page.

This commit is contained in:
jaywcjlove
2022-11-21 15:59:12 +08:00
parent c72654c5ab
commit 32af5af854
2 changed files with 17 additions and 7 deletions

View File

@ -549,7 +549,7 @@ a.text-grey {
.header-nav .menu .searchbtn span:last-child {
transition: all 0.3s;
border: 1px solid var(--color-border-default);
border-radius: 3px;
border-radius: 0.4rem;
padding: 1px 1px 1px 3px;
letter-spacing: 3px;
}