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

Patrick Kollitsch
2 days ago 502c676249dbc14011e965d84f91c8a8ee6d9701
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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;
}
 
p code {
 
  font-size: 0.9em;
  }