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

Patrick Kollitsch
yesterday ef0d969bfba5169384fe6d4da1d8d5c6f5ee9647
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pre, .pre  {
  overflow-x: auto;
  overflow-y: hidden;
}
 
pre code {
  display: block;
  padding: 1.5em 1.5em;
  white-space: pre;
  line-height: 2;
}
 
pre {
  background-color: #222;
  color: #ddd;
  white-space: pre;
  hyphens: none;
  position: relative;
}