code contrast

This commit is contained in:
Kevin Ross 2015-12-06 10:17:01 -06:00
parent 87d68b948a
commit b5ae163d1e
3 changed files with 14 additions and 1 deletions

View File

@ -3,5 +3,5 @@
// //
.highlight { .highlight {
background-color: $grey-200; background-color: $code-bg;
} }

View File

@ -16,6 +16,7 @@ $enable-flex: true;
@import 'variables/body'; @import 'variables/body';
@import 'variables/brand'; @import 'variables/brand';
@import 'variables/buttons'; @import 'variables/buttons';
@import 'variables/code';
@import 'variables/state'; @import 'variables/state';
@import 'variables/type'; @import 'variables/type';

View File

@ -0,0 +1,12 @@
// Code
//$code-color: #bd4147 !default;
$code-bg: $grey-200 !default; // #f7f7f9 !default;
//$kbd-color: #fff !default;
//$kbd-bg: #333 !default;
//
//$pre-bg: #f7f7f9 !default;
//$pre-color: $gray-dark !default;
//$pre-border-color: #ccc !default;
//$pre-scrollable-max-height: 340px !default;