Skip to content

Commit c1c3814

Browse files
committed
Make the search panel completely opaque
1 parent c9b7d8f commit c1c3814

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

static/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,7 @@ header h1 { margin: 0; }
401401
width: 560px;
402402
top: 100%;
403403
margin-top: 10px;
404-
background: color-mix(in srgb, var(--color-bg) 70%, transparent);
405-
backdrop-filter: blur(16px);
406-
-webkit-backdrop-filter: blur(16px);
404+
background: var(--color-bg);
407405
border: 1px solid var(--color-border);
408406
border-radius: 0;
409407
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)