Switch the manual theme to Furo #104735
@ -34,8 +34,26 @@ table.docutils:not(.valign) td {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Decrease whitespace above figure and add it below */
|
||||||
|
figure {
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
margin-bottom: 0.5rem !important;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* End TABLE & FIGURE. */
|
/* End TABLE & FIGURE. */
|
||||||
|
|
||||||
|
/* Use secondary font color for caption text */
|
||||||
|
figcaption {
|
||||||
|
color: var(--color-foreground-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
.caption .menuselection {
|
.caption .menuselection {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user