From b3dc7ad8554b7a32012d0aece92da7f949fff166 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 31 Aug 2024 14:37:39 -0500 Subject: sticky header and other tweaks --- static/stylesheets/highlight.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/stylesheets/highlight.css') diff --git a/static/stylesheets/highlight.css b/static/stylesheets/highlight.css index 0c15e1b..035b2d0 100644 --- a/static/stylesheets/highlight.css +++ b/static/stylesheets/highlight.css @@ -84,3 +84,9 @@ /* GenericTraceback */ .chroma .gt { background-color: #fb8019; font-weight: bold } /* GenericUnderline */ .chroma .gl { } /* TextWhitespace */ .chroma .w { } + +/* Overrides */ +/* nginx KeywordNamespace */ .chroma code.language-nginx .kn { color: #fabd2f } +/* nginx LiteralString */ .chroma code.language-nginx .s { color: #ffffff } +/* sh NameVariable */ .chroma code.language-sh .nv { color: #8ec07c } +/* sh CommentPreproc */ .chroma .cp { color: #928374 } -- cgit v1.2.3