Fix pre vaporwave dark color.

- Fixes #362
This commit is contained in:
Dessalines 2019-12-09 10:34:55 -08:00
parent f492033cbf
commit e4782b8fa2
2 changed files with 4 additions and 2 deletions

View File

@ -33,4 +33,6 @@ $input-bg: $gray-700;
$input-color: $gray-200;
$input-disabled-bg: $gray-800;
$input-border-color: $gray-800;
$mark-bg: $gray-600;
$mark-bg: $gray-600;
$pre-color: $gray-200;
mark-bg: $gray-600;

File diff suppressed because one or more lines are too long