diff options
Diffstat (limited to 'assets/stylesheets/highlight.css')
| -rw-r--r-- | assets/stylesheets/highlight.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/highlight.css b/assets/stylesheets/highlight.css index 5efc353..9ad96d3 100644 --- a/assets/stylesheets/highlight.css +++ b/assets/stylesheets/highlight.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: #3d3d3d } +/* LineHighlight */ .chroma .hl { background-color: #fdce181c } /* 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: #756d59 } /* 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: #756d59 } /* Line */ .chroma .line { display: flex; } |
