Skip to content

Commit

Permalink
fix(build-system): sidebar name change brand text size
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Apr 4, 2022
1 parent f19f731 commit c9e1e4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,9 @@
.sd-outline-success {
border-color: #84cc16 !important;
}

/* brand text size */
.sidebar-brand-text {
font-size: 1.0rem;
}
}
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
templates_path = ["_templates"]
exclude_patterns = ["_images"]
html_static_path = ["_static"]
html_css_files = ["css/furo.css"]
html_css_files = ["css/furo-mdsanima.css"]

# theme options
html_theme = "furo"
Expand All @@ -60,7 +60,7 @@
# theme options custom
html_theme_options = {
"navigation_with_keys": True,
"sidebar_hide_name": True,
"sidebar_hide_name": False,
"footer_icons": [
{
"name": "GitHub",
Expand Down

0 comments on commit c9e1e4f

Please sign in to comment.