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";
|
||||
}
|
||||
|
||||
p[data-lang="js"]::before {
|
||||
background-color: #e3d357;
|
||||
p[data-lang="go"]::before {
|
||||
background-color: #00add8;
|
||||
}
|
||||
|
||||
p[data-lang="js"]::after {
|
||||
content: "JavaScript";
|
||||
p[data-lang="go"]::after {
|
||||
content: "Go";
|
||||
}
|
||||
|
||||
p[data-lang="c"]::before {
|
||||
background-color: #555555;
|
||||
p[data-lang="gdscript"]::before {
|
||||
background-color: #355570;
|
||||
}
|
||||
|
||||
p[data-lang="c"]::after {
|
||||
content: "C";
|
||||
p[data-lang="gdscript"]::after {
|
||||
content: "GDScript";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue