Skip to content
Open
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
12 changes: 11 additions & 1 deletion python/docs/src/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ html[data-theme="dark"] {
nav.bd-links .current>a {
box-shadow: inset 1px 0 0 var(--pst-color-primary);
}

nav.bd-links .navbar-nav a:focus-visible,
.bd-sidebar-secondary .sidebar-secondary-items a:focus-visible {
color: var(--pst-color-secondary) !important;
text-decoration: underline !important;
text-underline-offset: 0.15em;
outline: 2px solid var(--pst-color-secondary);
outline-offset: 2px;
}

@media (forced-colors: active) {
/* Top breadcrumbs navigation (ie: Home > Core > ...) */
.bd-breadcrumbs .breadcrumb-item > a:focus-visible{
Expand Down Expand Up @@ -144,4 +154,4 @@ html[data-theme="light"] .bd-header {
/* TODO: Should we extend this to the entire site? */
.prev-next-title {
word-break: break-word;
}
}