Skip to content

Commit

Permalink
docs: align docs fonts with the main website
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <[email protected]>
  • Loading branch information
lalithsuresh committed Dec 16, 2024
1 parent 996bc98 commit 2e17cc2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion feldera
Submodule feldera updated 1023 files
21 changes: 21 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,27 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

/* Customize inline code style */
code {
background: none; /* Remove any background color */
color: #c533b9; /* Feldera's purple color */
font-weight: bold; /* Bold font */
font-size: 0.9; /* Shrink a little due to monospace */
font-family: 'DM Mono', monospace !important;
border-radius: 0; /* Remove rounded corners */
border: none; /* Remove border */
box-shadow: none; /* Ensure no shadows */
vertical-align: baseline; /* Align text properly */
}


/* Target links only in the Docs page content */
main .theme-doc-markdown a {
color: #000 !important; /* Force black color */
text-decoration: underline !important; /* Always underline */
font-weight: bold !important;
}


.navbar {
background-color: #1e1e1e;
Expand Down

0 comments on commit 2e17cc2

Please sign in to comment.