1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Lighten code background colour.

This commit is contained in:
Dan Barber 2014-09-22 12:38:45 +01:00
parent 62132463cd
commit ea9f685bd6

View File

@ -46,7 +46,7 @@ $pre-bg: $base03 !default;
$pre-border: darken($base02, 5) !default;
$pre-color: $base1 !default;
.highlight { background-color: $base03; color: $base1 }
.highlight { background-color: $base02; color: $base1 }
.highlight .c { color: $base01 } /* Comment */
.highlight .err { color: $base1 } /* Error */
.highlight .g { color: $base1 } /* Generic */