Skip to content

Commit

Permalink
alternative fix for the CodeBlocks background (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Jun 2, 2022
1 parent 5dbf29e commit 1916fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/core/PrismTheme.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var theme = {
const theme = {
plain: {
color: '#FFFFFF',
background: '#282C34',
backgroundColor: '#282C34',
},
styles: [
{
Expand Down
1 change: 0 additions & 1 deletion website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ hr {
div[class*="codeBlockContent"] {
display: inline-grid;
min-width: 100%;
background-color: var(--dark);
}

div[class*="codeBlockLines"] {
Expand Down

0 comments on commit 1916fd9

Please sign in to comment.