css cleanup

This commit is contained in:
John Bowdre 2023-11-08 22:14:10 -06:00
parent b3dc10ef37
commit f5349585df
2 changed files with 2 additions and 0 deletions

View file

@ -115,6 +115,7 @@ opacity: 1;
* Additional styling * * Additional styling *
**********************************************/ **********************************************/
/* Fix for disjointed horizontal scrollbars */
.highlight div { .highlight div {
overflow-x: visible; overflow-x: visible;
} }

View file

@ -22,6 +22,7 @@
<!-- cabin analytics --> <!-- cabin analytics -->
<script async defer src="https://scripts.withcabin.com/hello.js"></script> <script async defer src="https://scripts.withcabin.com/hello.js"></script>
<!-- syntax highlighting -->
{{ if (findRE "<pre" .Content 1) }} {{ if (findRE "<pre" .Content 1) }}
{{ $syntax := resources.Get "css/torchlight.css" | minify }} {{ $syntax := resources.Get "css/torchlight.css" | minify }}
<link href="{{ $syntax.RelPermalink }}" rel="stylesheet"> <link href="{{ $syntax.RelPermalink }}" rel="stylesheet">