1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 07:35:32 -04:00
This commit is contained in:
2018-11-27 12:06:54 -05:00
parent f02e7be76a
commit 2ef6d048d9
2 changed files with 8 additions and 1 deletions

View File

@@ -359,6 +359,13 @@ a#server span#less {
color: #a2d9f9;
}
a#devops {
color: #ff6200;
}
a#devops:hover {
border-color: #ff6200;
}
a#containerization {
color: #c48f49;
}