Skip to content

Commit

Permalink
Add htmldocs stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnw committed Jan 5, 2018
1 parent 0313c2a commit 61665ad
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions htmldocs/mushdoc.css
@@ -0,0 +1,23 @@
body {
color: black;
font-family: Verdana, sans-serif;
margin: 5%;
}
p {
text-align: justify;
}
pre {
font-family: monospace;
}
code {
font-family: monospace;
color: green;

}
nav#TOC {
border: 1px solid black;
}
h1 {
text-decoration: underline;
}

0 comments on commit 61665ad

Please sign in to comment.