From e82a0ad9378341e501cf28f7d261cb2701c206f6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 16 Oct 2023 13:13:58 -0500 Subject: [PATCH] improve readability of code line highlights --- static/css/syntax.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/syntax.css b/static/css/syntax.css index 2920331..41c6633 100644 --- a/static/css/syntax.css +++ b/static/css/syntax.css @@ -6,7 +6,7 @@ /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } -/* LineHighlight */ .chroma .hl { background-color: #ffffcc } +/* LineHighlight */ .chroma .hl { background-color: #ffffcc3f } /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } /* Line */ .chroma .line { display: flex; }