Skip to content

Commit

Permalink
fix monaspace selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Blind3y3Design committed Nov 27, 2023
1 parent 497f5d6 commit ee9f9b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sass/partials/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,12 @@ code[class*="language-"] {
}
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
border: 1px solid var(--text-color);
}

code[class*="language-"],
pre[class*="language-"] {
font-family: 'monaspace-neon', monospace;
}

0 comments on commit ee9f9b0

Please sign in to comment.