Skip to content

Commit

Permalink
Add custom .css for compat admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored and fredrikekre committed Dec 4, 2018
1 parent 7920a2a commit 03e5999
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/src/assets/julia-manual.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
nav.toc h1 {
display: none;
}

.admonition.compat > .admonition-title {
background-color: hsla(90, 60%, 50%, 1);
}

.admonition.compat {
background-color: hsla(90, 70%, 90%, 1);
}

0 comments on commit 03e5999

Please sign in to comment.