Skip to content

Commit

Permalink
fix: update color
Browse files Browse the repository at this point in the history
  • Loading branch information
snamiki1212 committed Jan 14, 2024
1 parent d22d515 commit e7e383b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ import "@pagefind/default-ui/css/ui.css";

<style>
.search {
--pagefind-ui-background: rgba(255, 255, 255, 0.6);
max-width: 780px;
transition-duration: 300ms;
background: rgba(255, 255, 255, 0.6);
border-radius: 8px;
}

Expand Down

0 comments on commit e7e383b

Please sign in to comment.