mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
14 hours ago 9cac2102da3dbc771195ad7fd4ed9c4bac7cc4ff
fix: slightly larger font size in code blocks
1 files modified
7 ■■■■ changed files
assets/ananke/css/_code.css 7 ●●●● patch | view | raw | blame | history
assets/ananke/css/_code.css
@@ -4,21 +4,18 @@
  overflow:   scroll;
}
pre  code {
pre code {
  display: block;
  padding: 1.5em 1.5em;
  white-space: pre;
  font-size: .875rem;
  font-size: .95rem;
  line-height: 2;
}
pre {
  background-color: #222;
  color: #ddd;
  white-space: pre;
  hyphens: none;
  position: relative;
}