This commit is contained in:
parent
d8c4541fc0
commit
2f82c8cf7c
1 changed files with 8 additions and 8 deletions
|
@ -54,18 +54,18 @@ p[data-lang="ocaml"]::after {
|
||||||
content: "OCaml";
|
content: "OCaml";
|
||||||
}
|
}
|
||||||
|
|
||||||
p[data-lang="js"]::before {
|
p[data-lang="go"]::before {
|
||||||
background-color: #e3d357;
|
background-color: #00add8;
|
||||||
}
|
}
|
||||||
|
|
||||||
p[data-lang="js"]::after {
|
p[data-lang="go"]::after {
|
||||||
content: "JavaScript";
|
content: "Go";
|
||||||
}
|
}
|
||||||
|
|
||||||
p[data-lang="c"]::before {
|
p[data-lang="gdscript"]::before {
|
||||||
background-color: #555555;
|
background-color: #355570;
|
||||||
}
|
}
|
||||||
|
|
||||||
p[data-lang="c"]::after {
|
p[data-lang="gdscript"]::after {
|
||||||
content: "C";
|
content: "GDScript";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue