Skip to content
Merged
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
11 changes: 11 additions & 0 deletions _shared_assets/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ div#list-of-available-icons > blockquote > div > div > p {
text-align: center;
}

/* Focus ring — the sidebar nav container clips outline to one edge
(only bottom line visible). Use a negative outline-offset to draw
the ring inside the element so it is never clipped (BITV 9.2.4.7). */
.wy-menu-vertical a:focus-visible,
.wy-menu-vertical button:focus-visible,
.wy-side-nav-search a:focus-visible,
.rst-versions .rst-current-version:focus-visible {
outline: 2px solid #0082c9;
outline-offset: -2px;
}

.wy-nav-content {
max-width: clamp(800px, calc(100vw - 600px), 1200px) !important;
}
Expand Down
Loading