Skip to content

Commit

Permalink
update _syntax.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
junjie1003 committed Jan 20, 2024
1 parent dafad4d commit 90d525b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sass/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ div.highlighter-rouge, figure.highlight {
}
}

.highlighter-rouge{
background-color: #03228d;
color: white;
margin-bottom: 0em;
padding: 0em;
font-size: $type-size-7;
border: 0px solid $border-color;
border-radius: 0;
}

.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }

Expand Down

0 comments on commit 90d525b

Please sign in to comment.