Altered footer content.

This commit is contained in:
Tom Slominski
2015-03-06 23:36:54 +00:00
parent 6c8059e8ed
commit b601443388
3 changed files with 20 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ body {
/* Structure and global design */
a, a:visited {
color: #013F6D;
fill: #013F6D;
text-decoration: none;
}
@@ -250,6 +249,20 @@ svg#url-qr-code {
border-bottom: dashed 1px #013F6D;
}
.icon-github svg {
height: 1.2rem;
width: 1.2rem;
transition: fill 0.5s;
}
.icon-github svg:hover {
fill: #013F6D;
}
a.icon-github:hover {
border-bottom: none;
}
/* Mobile */
@media screen and (max-width: 720px) {
body {