Skip to content

Commit

Permalink
refactor: remove unused code color property from code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Feb 18, 2025
1 parent 2e32f81 commit 1a5a232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/css/_partial/_single/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ code {
@include line-break(anywhere);
font-size: $code-font-size;
font-family: $code-font-family;
color: $code-color;
}

pre {
Expand Down

0 comments on commit 1a5a232

Please sign in to comment.