Skip to content

Commit

Permalink
Remove inline code extra content
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Dec 28, 2020
1 parent 178477b commit fe2ace6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/_addon/syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ div {
}
}

[class^='language-']::before {
div[class^='language-']::before {
content: attr(lang);
position: absolute;
right: 1.8rem;
Expand All @@ -161,7 +161,7 @@ div {
}

@media (min-width: 768px) {
[class^='language-']::before {
div[class^='language-']::before {
right: 3.1rem;
}
}

0 comments on commit fe2ace6

Please sign in to comment.