Skip to content

Commit

Permalink
fix: updated code font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 26, 2024
1 parent 85012a6 commit 12968e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ html:not(.dark) #slide-content {

pre {
@apply font-bold;
font-size: 0.65rem !important;
font-size: 0.875rem !important;
}

code {
@apply text-secondary-300;

font-size: 0.65rem !important;
font-size: 0.875rem !important;
}

:not(pre) > code {
Expand Down

0 comments on commit 12968e5

Please sign in to comment.