This commit is contained in:
parent
d352206e29
commit
c31cfb1295
1 changed files with 8 additions and 0 deletions
|
@ -69,3 +69,11 @@ p[data-lang="gdscript"]::before {
|
||||||
p[data-lang="gdscript"]::after {
|
p[data-lang="gdscript"]::after {
|
||||||
content: "GDScript";
|
content: "GDScript";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p[data-lang="tex"]::before {
|
||||||
|
background-color: #3d6117;
|
||||||
|
}
|
||||||
|
|
||||||
|
p[data-lang="tex"]::after {
|
||||||
|
content: "TeX";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue