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

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