From 8da3798162746631a84b4cc9b4e03ee64f1d64aa Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Sat, 24 Aug 2024 08:28:24 -0500 Subject: [PATCH 1/2] Plug Debugger add spacing between arguments --- lib/plug/templates/debugger.html.eex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/plug/templates/debugger.html.eex b/lib/plug/templates/debugger.html.eex index 5c2be18a..440bd4cf 100644 --- a/lib/plug/templates/debugger.html.eex +++ b/lib/plug/templates/debugger.html.eex @@ -574,6 +574,10 @@ margin: 0; } + .code-quote > li { + padding: 6px 0; + } + .code.-padded { padding: 0 16px 16px 16px; } From 36a98591edfcd1599d34c4ffb0d184d7b4f40950 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Sat, 24 Aug 2024 08:46:21 -0500 Subject: [PATCH 2/2] Also change color to primary (but with partial saturation) --- lib/plug/templates/debugger.html.eex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plug/templates/debugger.html.eex b/lib/plug/templates/debugger.html.eex index 440bd4cf..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%); } /*