update xml parsing

This commit is contained in:
Luke Pulverenti 2016-12-02 15:10:35 -05:00
parent c22321c3f9
commit 7ce49ea1e8
9 changed files with 88 additions and 78 deletions

View file

@ -50,13 +50,13 @@
.fab {
display: inline-flex;
border-radius: 50%;
background-color: #444;
background-color: rgb(170,170, 170);
padding: .6em;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
color: #222;
margin: 0;
}