Skip to content

Commit

Permalink
Match backtick text to codeblock styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bonbud-macryg committed Jul 3, 2024
1 parent c8ecca5 commit 06562f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/arvo/neo/cod/std/src/fil/feather.css
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,10 @@
.prose code {
font-family: var(--font-mono);
font-size: calc(1em * var(--mono-scale));
color: var(--f2);
color: var(--f0);
background-color: var(--b1);
border-radius: 3px;
padding: 2px;
}
.prose ul,
.prose ol {
Expand Down

0 comments on commit 06562f0

Please sign in to comment.