Skip to content

Commit

Permalink
Also change color to primary (but with partial saturation)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Aug 24, 2024
1 parent 8da3798 commit 36a9859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/plug/templates/debugger.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@
.frame-info > details.meta > ol > li:before {
content: counter(item) ". ";
color: <%= @style.accent %>;
color: <%= @style.primary %>;
filter: saturate(50%);
}
/*
Expand Down

0 comments on commit 36a9859

Please sign in to comment.