From 67bccc9e1a39ac2749806a37cb53b23322645083 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 14 Jan 2023 13:05:07 -0500 Subject: Mimetypes: Handle source code syntax highlighting --- browset.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'browset.css') diff --git a/browset.css b/browset.css index c729e54..f738943 100644 --- a/browset.css +++ b/browset.css @@ -26,3 +26,11 @@ Preformatted { Preformatted > Static { width: auto; } +HighlightedCode { + overflow: auto; + max-height: 100%; +} +HighlightedCode > * { + width: auto; + height: auto; +} -- cgit 1.4.1