Skip to content

Commit

Permalink
update css and search.html filepath
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Jan 9, 2024
1 parent f92d008 commit b716730
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/_static/flyte.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ h6 {
width: 100% !important;
margin: 0px !important;
border-radius: 0 !important;
border-top: 1px solid var(--color-header-border) !important;
border-bottom: 1px solid var(--color-header-border) !important;
background: var(--color-sidebar-background) !important;
padding: 0 15px !important;
Expand All @@ -53,6 +54,16 @@ h6 {
background: var(--docsearch-searchbox-background) !important;
}

.DocSearch-Button-Key {
border-radius: 3px !important;
box-shadow: var(--docsearch-key-shadow) !important;
color: var(--docsearch-muted-color) !important;
display: flex !important;
margin-right: 0.4em !important;
padding: 0 0 2px !important;
border: 0 !important;
}

.sidebar-search-container::before {
content: none;
}
Expand Down
3 changes: 1 addition & 2 deletions docs/_templates/base.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/_templates/page.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_css_files = ["custom.css", "flyte.css", "algolia.css"]
html_js_files = ["algolia-search.js"]

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down

0 comments on commit b716730

Please sign in to comment.