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.
1 parent 151ec92 commit b0d0726Copy full SHA for b0d0726
mpl_sphinx_theme/static/css/style.css
@@ -14,15 +14,23 @@ html[data-theme="dark"] {
14
}
15
16
:root {
17
---pst-color-link-hover: var(--pst-color-secondary);
+ --pst-color-link-hover: var(--pst-color-secondary);
18
19
20
-.sidebar-cheatsheets, .sidebar-donate {
21
- margin: 2.75rem 0;
+.sidebar-cheatsheets > h3 {
+ margin-top: 0;
22
+}
23
+
24
+.sidebar-cheatsheets > img {
25
+ width: 100%;
26
27
28
+.sidebar-donate > .sd-btn {
29
30
31
32
#navbar-icon-links {
- margin-left: 1.5em;
33
+ margin-left: 1.5em;
34
35
36
#navbar-icon-links .nav-link {
@@ -32,4 +40,3 @@ html[data-theme="dark"] {
40
#navbar-icon-links .nav-link:hover {
41
color: var(--pst-color-primary);
42
-
0 commit comments