diff --git a/src/app/conf/2025/index.module.css b/src/app/conf/2025/index.module.css new file mode 100644 index 0000000000..b950c3d318 --- /dev/null +++ b/src/app/conf/2025/index.module.css @@ -0,0 +1,6 @@ +.faq { + /* Safari specific style - we are using icon for consistency */ + details summary::-webkit-details-marker { + display: none; + } +} diff --git a/src/app/conf/2025/page.tsx b/src/app/conf/2025/page.tsx index 697e1640cf..e4ba311019 100644 --- a/src/app/conf/2025/page.tsx +++ b/src/app/conf/2025/page.tsx @@ -11,6 +11,8 @@ import { ExternalLink, ArrowRight, } from "lucide-react" +import styles from "./index.module.css" +import clsx from "clsx" const rubik = Rubik({ weight: ["700", "600", "500", "400", "300"], @@ -158,7 +160,7 @@ const FAQS = [ function FAQSection() { return ( -