Skip to content

Commit

Permalink
fix Up button in black mode code samples
Browse files Browse the repository at this point in the history
fix #1699
  • Loading branch information
vadosnaprimer committed Jan 4, 2024
1 parent 19077cb commit 6d731c3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions TASVideos/wwwroot/css/partials/_prism-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,17 +260,4 @@
.language-html .token.punctuation {
color: #808080;
}
/*********************************************************
* Line highlighting
*/
pre[class*="language-"] > code[class*="language-"] {
position: relative;
z-index: 1;
}

.line-highlight.line-highlight {
background: #f7ebc6;
box-shadow: inset 5px 0 0 #f7d87c;
z-index: 0;
}
}

0 comments on commit 6d731c3

Please sign in to comment.