mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
Remove inline code extra content
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user