[TwigBundle][exception] Added missing css variable to highlight line in trace

This commit is contained in:
Grégoire Pineau 2019-10-29 15:56:06 +01:00
parent ee4b99f227
commit 5f19501fc4
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
--shadow: 0px 0px 1px rgba(128, 128, 128, .2);
--border: 1px solid #e0e0e0;
--background-error: var(--color-error);
--trace-selected-background: #F7E5A1;
--highlight-comment: #969896;
--highlight-default: #222222;
--highlight-keyword: #a71d5d;