Skip to content

Commit

Permalink
fix: code block styling in blockquotes (#6108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyxtorm committed Feb 17, 2023
1 parent 78a35c3 commit f972a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/themes/default/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
content: "\F02FC";
}

code {
code:not([class^="language-"]) {
background-color: mc('blue', '50');
color: mc('blue', '800');
}
Expand All @@ -302,7 +302,7 @@
content: "\F0026";
}

code {
code:not([class^="language-"]) {
background-color: mc('orange', '50');
color: mc('orange', '800');
}
Expand All @@ -323,7 +323,7 @@
content: "\F0159";
}

code {
code:not([class^="language-"]) {
background-color: mc('red', '50');
color: mc('red', '800');
}
Expand All @@ -343,7 +343,7 @@
content: "\F0E1E";
}

code {
code:not([class^="language-"]) {
background-color: mc('green', '50');
color: mc('green', '800');
}
Expand Down

0 comments on commit f972a9c

Please sign in to comment.