Remove inline code extra content

This commit is contained in:
Cotes Chung 2020-12-28 19:38:24 +08:00
parent 813443b206
commit 7a88347c63
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ div {
}
}
[class^='language-']::before {
div[class^='language-']::before {
content: attr(lang);
position: absolute;
right: 1.8rem;
@ -161,7 +161,7 @@ div {
}
@media (min-width: 768px) {
[class^='language-']::before {
div[class^='language-']::before {
right: 3.1rem;
}
}