1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 07:35:32 -04:00

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

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;
}