Skip to content
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
19 changes: 17 additions & 2 deletions source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,30 @@ dl.py-parameter-list .param-type {

/* Home button: 𝜒ara, chi matching the favicon and homepage title */
.navbar-brand .brand-chi {
font-size: 1.5rem;
line-height: 1;
color: var(--pst-color-text-base);
}

.navbar-brand:hover .brand-chi {
color: var(--pst-color-link-hover);
}

/* Enlarge article-header text*/
ul.bd-breadcrumbs {
font-size: 1rem;
margin-bottom: 0;
}

/* Enlarge ">" dividers for breadcrumbs */
ul.bd-breadcrumbs li.breadcrumb-item:not(.breadcrumb-home):before {
font-size: inherit;
}

/* "Contents" label: page-toc/tocsection/onthispage are all on the same
element, so a descendant selector (.page-toc .onthispage) never matched */
.bd-sidebar-secondary .onthispage {
font-size: 1rem;
}

/* Dark-mode dark panels for sphinx-tabs */
html[data-theme="dark"] .sphinx-tabs-panel {
color: var(--pst-color-text-base);
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
# "image_light": html_logo,
# "image_dark": "_static/logo-dark.png",
"link": html_baseurl, # "index.html",
"text": '<span class="brand-chi">𝜒ara</span>',
"text": '<span class="lead display-3 brand-chi">𝜒ara</span>',
# "alt_text": "xara docs - Home",
}
}
Expand Down
Loading