We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46fe19 commit 6cf9643Copy full SHA for 6cf9643
website/src/components/Header/Header.tsx
@@ -16,7 +16,7 @@ import { cva } from "class-variance-authority";
16
const MD_BREAKPOINT = 640;
17
18
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",
+ "fixed w-full z-20 top-0 start-0 bg-black/20 border-b border-[#F7F8F8]/8 backdrop-blur-[20px] overflow-y-auto",
20
{
21
variants: {
22
isOpen: {
0 commit comments