This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ylproj
/
jupyterlab
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Make h4 headings more distinguishable from h3 headings.
Jason Grout
4 years ago
parent
31596aac58
commit
e38537740d
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
docs/source/_static/custom.css
+ 4
- 0
docs/source/_static/custom.css
View File
@@ -1,3 +1,7 @@
+h4 {
+ font-size: 100%;
+}
+
.wy-nav-side p.caption {
color: #f5f5f5;
}