Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Oct 2, 2019
1 parent bce3bc3 commit feeb7fd
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue">
<style>
body {
font-size: 1rem;
font-size: 18px;
}
pre:after {
padding: 1em;
right: .5em;
.sidebar ul li a, .app-nav a {
font-size: 17px;
}
nav.app-nav li ul {
min-width: 100px;
.markdown-section a {
font-weight: normal;
text-decoration: none;
}
.sidebar ul li a {
white-space: pre-line;
padding-right: .5em;
}
.markdown-section {
max-width: 90%;
.markdown-section a:hover {
font-weight: normal;
text-decoration: underline;
}
.markdown-section code {
font-size: inherit;
Expand Down

0 comments on commit feeb7fd

Please sign in to comment.