Improve highlight color

master
Maik de Kruif 2 weeks ago
parent e4dffe1d19
commit 990640b79a
No known key found for this signature in database
GPG Key ID: DB1A8C782DD43CB3
  1. 2
      themes/maik-blog/assets/scss/syntax_highlighting.scss

@ -36,7 +36,7 @@
.hl { .hl {
display: block; display: block;
width: 100%; width: 100%;
background-color: #ffffcc; background-color: lighten(#272822, 12%);
} }
/* LineNumbersTable */ /* LineNumbersTable */

Loading…
Cancel
Save