diff --git a/templates/home.html b/templates/home.html index db304df..d449d07 100644 --- a/templates/home.html +++ b/templates/home.html @@ -33,6 +33,11 @@ max-width: 95%; } + pre code.hljs { + overflow-x: visible !important; + padding: 0 !important; + } + a, a:visited { color: blue; }