static/css/print.css @ 3a93ce0b1bd2 lisp

Remove all the old Hugo garbage
author Steve Losh <steve@stevelosh.com>
date Sun, 05 Jan 2020 18:57:13 -0500
parents (none)
children cc1550af2246
body {
  font: normal 10pt/1.25 Palatino, "Palatino Linotype", serif;
  text-rendering: optimizeLegibility;
}

header, footer, hr.main-separator {
    display: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: black;
}

code, pre {
  font: normal 9pt Consolas, Menlo, "Courier New", monospace;
}

pre {
    white-space: pre-wrap;
}

a {
  text-decoration: underline;
  color: #c06;
}

main#page-blog-entry img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 300px;
}