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

framework rewording

This commit is contained in:
2019-01-09 11:36:06 -05:00
parent 37eed1d56b
commit a8ab5c79fe
2 changed files with 8 additions and 1 deletions

View File

@@ -319,6 +319,13 @@ div#home a#angular:hover {
border-color: #c3002f;
}
div#home a#vue {
color: #41b883;
}
div#home a#vue:hover {
border-color: #41b883;
}
div#home a#java {
color: #ab6311;
}