Skip to content

Commit

Permalink
Update docs mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dcajasn committed Nov 13, 2024
1 parent 63f6bdf commit b8f3b14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,16 @@ header.md-header{

.md-footer{
background: #666666;
}

@media only screen and (max-width: 75em){
.md-nav__source{
background-color: #996600;
}
}
@media only screen and (max-width: 75em){
.md-nav--primary .md-nav__title[for=__drawer]{
background-color: orange;
min-height: unset;
}
}
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

html_search_language = 'en'
html_theme_options = {
"palette": { "scheme": "default"},
"palette": {"scheme": "default"},
"icon": {"repo": "fontawesome/brands/github"},
"site_url": "https://riskfolio-lib.readthedocs.io/en/latest",
"repo_url": "https://github.com/dcajasn/Riskfolio-Lib",
Expand Down

0 comments on commit b8f3b14

Please sign in to comment.