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
25 changes: 21 additions & 4 deletions docs/docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,40 @@
word-break: break-word;
}

.md-typeset pre {
display: flex;
}

.md-typeset code {
font-size: .8em;
background-color: #f5f5f5;
color: #193d3d;
min-width: 35rem;
flex-shrink: 1;
}

.js .md-typeset .tabbed-labels {
max-width: 35rem;
}

.md-typeset .admonition.info,
.md-typeset details.info {
.md-typeset details.info,
.md-typeset .admonition.note,
.md-typeset details.note {
border-color: #328F97;
}
.md-typeset .info > .admonition-title,
.md-typeset .info > summary {
.md-typeset .info > summary,
.md-typeset .note > .admonition-title,
.md-typeset .note > summary {
background-color: #328F9726;
border-color: #328F97;
}

.md-typeset .info > .admonition-title::before,
.md-typeset .info > summary::before {
.md-typeset .info > summary::before,
.md-typeset .note > .admonition-title::before,
.md-typeset .note > summary::before {
background-color: #328F97;
}

Expand Down Expand Up @@ -105,4 +122,4 @@

.md-nav__link--active {
font-weight: 600;
}
}