diff --git a/index.html b/index.html index 6757350..1b3e5d9 100644 --- a/index.html +++ b/index.html @@ -257,10 +257,10 @@

Chrome Gaming - + - +
@@ -268,6 +268,9 @@

+ + + + +
- - + +
diff --git a/pages/contributors.html b/pages/contributors.html index e13452d..94b6b13 100644 --- a/pages/contributors.html +++ b/pages/contributors.html @@ -68,8 +68,8 @@

Created with ❤️ by Chrome Gaming

- - + +
diff --git a/styles/mainstyle.css b/styles/mainstyle.css index e30494b..6e529c5 100644 --- a/styles/mainstyle.css +++ b/styles/mainstyle.css @@ -971,3 +971,11 @@ button a { .hidden { display: none; } + + +.author .social-icons .social:hover .fa-github{ + color: #2b3137; +} +.author .social-icons .social:hover .fa-discord{ + color: #7289da; +} \ No newline at end of file