Skip to content

Commit

Permalink
fix inline code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Feb 11, 2025
1 parent 012b3aa commit 13ec13a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* default code padding is 2px 8px, which is too wide */
code {
padding: 2px 4px !important;
}

/* anchors around code blocks don't need additional decoration */
a code {
text-decoration: none !important;
}

0 comments on commit 13ec13a

Please sign in to comment.