Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions fern/custom.css
Original file line number Diff line number Diff line change
@@ -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));
Comment thread
Pranav-IIITM marked this conversation as resolved.
}
3 changes: 3 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ metadata:

global-theme: nvidia

css:
- custom.css

Comment thread
Pranav-IIITM marked this conversation as resolved.
logo:
href: /nvcf/overview
right-text: Cloud Functions
Expand Down