tiny doc style fixes for rtd tools

[ci skip]
This commit is contained in:
Michael Shamoon
2022-04-07 12:44:08 -07:00
parent bce26f5a0e
commit d146fbf24c
2 changed files with 89 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ pre, .code, .rst-content .linenodiv pre, .rst-content div[class^=highlight] pre,
font-size: 1rem
}
.rst-versions .rst-current-version {
font-family: inherit;
line-height: 1;
}
/* Layout */
.wy-side-nav-search, .wy-menu-vertical {
@@ -134,6 +139,10 @@ a:hover, .wy-breadcrumbs-aside a {
color: #7253ed; /* reset */
}
.rst-versions a, .rst-versions .rst-current-version {
color: #7253ed;
}
.wy-nav-content a.reference, .wy-nav-content a:not([class]) {
background-image: linear-gradient(#eeebee 0%, #eeebee 100%);
background-repeat: repeat-x;