Skip to content

Commit

Permalink
Docs: add stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jul 10, 2017
1 parent 14124cf commit 1805923
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/source/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
h1 { font-size: 40px !important; }
h2 { font-size: 32px !important; }
h3 { font-size: 24px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 14px !important; }
h6 { font-size: 10px !important; }

footer a{

color: #4c72b0 !important;
}
a.reference {
color: #4c72b0 !important;
}

blockquote p {
font-size: 14px !important;
}

blockquote {
margin: 0 0 4px !important;
}

code {
color: #49759c !important;
background-color: #ffffff !important;
}

.alert-info {
background-color: #adb8cb !important;
border-color: #adb8cb !important;
color: #2c3e50 !important;
}

.function dt {
padding-top: 150px;
margin-top: -150px;
-webkit-background-clip: content-box;
background-clip: content-box;
}

0 comments on commit 1805923

Please sign in to comment.