Skip to content

Commit 6cf9643

Browse files
committed
Fix header semi-transparent background
This was merged but lost during a merge conflict most likely #272
1 parent d46fe19 commit 6cf9643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { cva } from "class-variance-authority";
1616
const MD_BREAKPOINT = 640;
1717

1818
const navStyles = cva(
19-
"fixed w-full z-20 top-0 start-0 bg-[#F7F8F8]/1 border-b border-[#F7F8F8]/8 backdrop-blur-[20px] drop-shadow-[0px_1px_2px_rgba(0_0_0/75%),0px_1px_12px_rgba(0_0_0/75%)] overflow-y-auto",
19+
"fixed w-full z-20 top-0 start-0 bg-black/20 border-b border-[#F7F8F8]/8 backdrop-blur-[20px] overflow-y-auto",
2020
{
2121
variants: {
2222
isOpen: {

0 commit comments

Comments
 (0)