Skip to content

Commit

Permalink
feat: remove backticks from code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Mar 23, 2024
1 parent 4ac0c6f commit 77e7c31
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,5 @@ pre[class*='language-'] {
:not(pre) > code {
font-size: 0.9em;
background: var(--prism-background);
@apply font-light py-0.5 rounded;
}

:not(pre) > code:before,
:not(pre) > code:after {
content: '`';
opacity: 0.5;
}

:not(pre) > code:before {
margin-right: -0.08em;
@apply font-light px-2 py-0.7 rounded;
}

0 comments on commit 77e7c31

Please sign in to comment.