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

better link color

This commit is contained in:
2018-10-31 17:19:04 -04:00
parent f260dd08d3
commit e210981312

View File

@@ -340,10 +340,10 @@ a#cpp:hover {
}
a#python {
color: #ffd343;
color: #f3bb12;
}
a#python:hover {
border-color: #ffd343;
border-color: #f3bb12;
}
a#php {