We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f4bbe7 + 4f6f21f commit 3dc6520Copy full SHA for 3dc6520
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
### Changed
9
- Misc: Update SEO image.
10
+- Misc: Fix Sphinx documentation CSS for font size difference.
11
12
## [0.15.6] - 2023-01-20
13
### Added
docs/source/_static/custom.css
@@ -1,4 +1,7 @@
1
/* Font */
2
+body {
3
+ font-size: 14px;
4
+}
5
.md-typeset h2 {
6
margin: 1.5rem 0 0.5rem;
}
@@ -22,9 +25,9 @@ li, ul {
22
25
23
26
24
27
/* Code Font */
-span.pre, .highlight {
28
+span.pre, .highlight, .highlight * {
29
font-family: monospace;
- font-size: 0.9rem;
30
+ font-size: 0.7rem;
31
32
.sig span {
33
color: #212322 !important;
0 commit comments