Skip to content

Commit

Permalink
Added custom styling to the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
michbarsinai committed Oct 22, 2017
1 parent fb5b586 commit af1f810
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions DataTagsLib/DOCS/sphinx-source/source/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
div.admonition-academic-reference {
background-color: aqua;
}

div.admonition {
border: 1px solid black;
box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}

div.admonition p.admonition-title {
font-style: oblique;
}

a.reference.external:hover {
background-color: #FF8;
}

a.reference.internal:hover {
background-color: #8F8;
}

0 comments on commit af1f810

Please sign in to comment.