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 {