Skip to content

Commit

Permalink
Fix clear button on search
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkomiu committed Sep 5, 2023
1 parent d1893d7 commit 897382d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/terminal/assets/css/pagefind.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ body {
input::placeholder {
color: $accent;
}

.pagefind-ui__search-clear {
background-color: transparent;
}
}

0 comments on commit 897382d

Please sign in to comment.