mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Remove inline code extra content
This commit is contained in:
parent
813443b206
commit
7a88347c63
@ -149,7 +149,7 @@ div {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^='language-']::before {
|
div[class^='language-']::before {
|
||||||
content: attr(lang);
|
content: attr(lang);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1.8rem;
|
right: 1.8rem;
|
||||||
@ -161,7 +161,7 @@ div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
[class^='language-']::before {
|
div[class^='language-']::before {
|
||||||
right: 3.1rem;
|
right: 3.1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user