From b601443388ba3f3cef8ab7f66f0402a2518f2173 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Fri, 6 Mar 2015 23:36:54 +0000 Subject: [PATCH] Altered footer content. --- footer.php | 2 +- public/images/github.svg | 5 +++++ public/style.css | 15 ++++++++++++++- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 public/images/github.svg diff --git a/footer.php b/footer.php index 082c5c2..d00fb34 100644 --- a/footer.php +++ b/footer.php @@ -10,7 +10,7 @@ diff --git a/public/images/github.svg b/public/images/github.svg new file mode 100644 index 0000000..f62fd0f --- /dev/null +++ b/public/images/github.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/style.css b/public/style.css index 6acb639..fd36be8 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {