10000 increase selected line color saturation · symfony/symfony@44267d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44267d5

Browse files
committed
increase selected line color saturation
1 parent 999946d commit 44267d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Resources/views/exception.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ header .container { display: flex; justify-content: space-between; }
116116
.trace-code ol { margin: 0; float: left; }
117117
.trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
118118
.trace-code li + li { margin-top: 5px; }
119-
.trace-code li.selected { background: #F8EEC7; margin-top: 2px; }
119+
.trace-code li.selected { background: #F7E5A1; margin-top: 2px; }
120120
.trace-code li code { color: #222; white-space: nowrap; }
121121

122122
.trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }

0 commit comments

Comments
 (0)
0