Skip to content

Commit

Permalink
Fix color of "Name" class in Code Highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Mar 27, 2021
1 parent f147075 commit a94d424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
display: block;
margin: auto 0;
padding: 10px;
color: rgba(255, 255, 255, .8);
color: var(--primary);
background: 0 0;
border-radius: 0;
overflow-x: auto;
Expand Down Expand Up @@ -429,4 +429,4 @@ h6:hover .anchor {

[dir="rtl"] .paginav .next {
text-align: left;
}
}

0 comments on commit a94d424

Please sign in to comment.