Skip to content

Commit b95093a

Browse files
committed
Improve search modal style.
1 parent 606038d commit b95093a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Search.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Button from "@ui/Button.astro";
1010
<h2 class="text-black text-4xl ml-10 top-[46px] md:top-[85px]">Search<h2/>
1111
<Button
1212
id="search-close"
13+
clear
1314
icon="close"
1415
iconSize="fa-xl"
1516
class="w-[3em] h-[3em] top-[46px] md:top-[85px]"

src/styles/search.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
box-sizing: border-box;
109109
display: none;
110110
transition: opacity ease-out 0.2s;
111-
background: rgba(37, 40, 43, 0.9);
111+
background: rgba(116, 116, 116, 0.9);
112112
z-index: 100;
113113
}
114114

0 commit comments

Comments
 (0)