Fixing styling of SVG icons

This commit is contained in:
Jeff Avallone 2016-05-31 08:43:00 -04:00
parent 21b4915f41
commit 30634d8eab
1 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,7 @@ a {
width: 1em;
height: 1em;
vertical-align: middle;
background: transparent;
}
}
@ -355,6 +356,15 @@ header {
}
}
#open-iconic {
display: none;
path {
stroke: none;
fill-opacity: 1;
}
}
footer {
padding: 0 rhythm(1);