From c3d615ee3df19b4e498cc345d2bb30fd6c856733 Mon Sep 17 00:00:00 2001 From: Pranav-IIITM Date: Thu, 13 Aug 2026 21:41:03 +0530 Subject: [PATCH] fix: apply solid background color to footer to prevent text overlap Signed-off-by: Pranav-IIITM --- fern/custom.css | 10 ++++++++++ fern/docs.yml | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 fern/custom.css diff --git a/fern/custom.css b/fern/custom.css new file mode 100644 index 000000000..21bab5eae --- /dev/null +++ b/fern/custom.css @@ -0,0 +1,10 @@ +/* Fix transparent footer overlapping with sidebar content */ +#fern-footer, footer.bd-footer { + background-color: var(--background, var(--bg-color, #ffffff)); + position: relative; + z-index: 10; +} + +[data-theme="dark"] #fern-footer, [data-theme="dark"] footer.bd-footer { + background-color: var(--background, var(--bg-color, #111111)); +} diff --git a/fern/docs.yml b/fern/docs.yml index 5d8aa5497..64393098c 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -13,6 +13,9 @@ metadata: global-theme: nvidia +css: + - custom.css + logo: href: /nvcf/overview right-text: Cloud Functions