Fix pre vaporwave dark color.

- Fixes #362
This commit is contained in:
Dessalines 2019-12-09 10:34:55 -08:00
parent f0808a1116
commit dbc62a1b32
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