add python

This commit is contained in:
2018-10-31 17:16:01 -04:00
parent bed89cb9a6
commit f260dd08d3
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -339,6 +339,13 @@ a#cpp:hover {
border-color: #865fc5;
}
a#python {
color: #ffd343;
}
a#python:hover {
border-color: #ffd343;
}
a#php {
color: #8892bf;
}