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

Patrick Kollitsch
6 hours ago 09d711ccf52aa944e662c5e2ac0cf2fd109ce3c6
fix: remove stray overflow from code highlighting
1 files modified
1 ■■■■ changed files
assets/ananke/css/_code.css 1 ●●●● patch | view | raw | blame | history
assets/ananke/css/_code.css
@@ -1,7 +1,6 @@
pre, .pre  {
  overflow-x: auto;
  overflow-y: hidden;
  overflow:   scroll;
}
pre code {