diff --git a/lib/plug/templates/debugger.html.eex b/lib/plug/templates/debugger.html.eex index 5c2be18a..162223ef 100644 --- a/lib/plug/templates/debugger.html.eex +++ b/lib/plug/templates/debugger.html.eex @@ -277,7 +277,8 @@ .frame-info > details.meta > ol > li:before { content: counter(item) ". "; - color: <%= @style.accent %>; + color: <%= @style.primary %>; + filter: saturate(50%); } /* @@ -574,6 +575,10 @@ margin: 0; } + .code-quote > li { + padding: 6px 0; + } + .code.-padded { padding: 0 16px 16px 16px; }