Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor color adjustments #22

Merged
merged 2 commits into from
Dec 4, 2023
Merged
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
4 changes: 4 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ a.sidebar-brand {
/*The color of the "Search" placeholder in the sidebar*/
.sidebar-search::placeholder {
color: #ffdcb9;
}

thead {
color: #ffffff;
}
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"color-api-pre-name": LIGHT_BLUE,
"color-api-name": DARK_BLUE,
"color-toc-item-text": "black",
"color-inline-code-background": "#efeff4", # Very lightlight gray
# Background of code in text
"color-inline-code-background": "#efeff4", # Very light gray
# Color of search bar when clicking search
"color-sidebar-search-background--focus": DARK_BLUE,
"color-link": DARK_BLUE,
Expand Down Expand Up @@ -194,8 +195,8 @@
"color-api-name": BROWN,
# Prefix in API names (e.g. baybe.campaign)
"color-api-pre-name": "white",
# Background formlinks
"color-inline-code-background": "transparent",
# Background of code in text
"color-inline-code-background": DARK_GRAY, # Gray
# The color of links
"color-link": BROWN,
# Color of text in the right navigation side bar
Expand Down
Loading