Fix header nav style on Markdown preview tool

This commit is contained in:
Matt Baer 2020-10-08 10:57:58 -04:00
parent bf750cc07d
commit 6ac1e1446d
2 changed files with 12 additions and 3 deletions

View File

@ -1,8 +1,5 @@
{{define "head"}}<title>Markdown Preview</title>
<style type="text/css">
h1#markdown {
margin: 1em 0;
}
textarea {
margin: 2em 0 1em;
min-height: 10em;

View File

@ -2,3 +2,15 @@ nav#full-nav .tabs a {
font-size: 1em;
color: #777 !important;
}
body#post header {
padding: 0;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
body#post header img {
max-width: initial;
}