diff --git a/index.html b/index.html
index f87d657..eceab50 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
+
@@ -64,7 +65,7 @@
A Keyboard Utility For All Your Windows Presentation Needs
-
+
diff --git a/stylesheets/screen.css b/stylesheets/screen.css
index 138319f..de5b4c5 100644
--- a/stylesheets/screen.css
+++ b/stylesheets/screen.css
@@ -353,14 +353,17 @@ footer span.right-tail {
right: -11px;
}
-footer span.octocat {
- background: transparent url(../images/octocat.png) 0 0 no-repeat;
- display: block;
- width: 30px;
- height: 30px;
- margin: 0 auto;
+footer .fa-github {
+ font-size:30px;
+ margin: 10px auto;
+ color:#949494;
+ opacity: 0.4;
+ transition:0.1s ease;
}
+footer .fa-github:hover{
+ opacity:0.8;
+}
/* content */
body {