Skip to content

Commit

Permalink
fix: remove decoration around backtick blocks (#507)
Browse files Browse the repository at this point in the history
* remove decoration and padding around backtick blocks
  • Loading branch information
rolandvarga committed Jul 13, 2024
1 parent 7a44369 commit ca04698
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions assets/scss/partials/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@

code {
font-family: monospace;
padding: 0 2px;

@include themed() {
background-color: t('primary-lighter');
border: 1px solid t('primary-lighter');
border-radius: 2px;
}
}

pre {
Expand Down

0 comments on commit ca04698

Please sign in to comment.