diff --git a/docs/index.html b/docs/index.html index fd6d7440..11137c67 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,7 @@ + @@ -22,11 +23,12 @@
- Friday Night Funkin + Friday Night Funkin

Friday Night Funkin' - Rhythm game extraordinaire

+
@@ -37,15 +39,19 @@
-
+

Friday Night Funkin' is a dope ass rhythm game.

+

It is made by ninjamuffin99 (programmer), PhantomArcade (animator), evilsk8r (artist), + and Kawaisprite (musician) originally for Ludum Dare 47.

-
+ -
+ diff --git a/docs/styles.css b/docs/styles.css index 77178040..5ee1062f 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -15,6 +15,7 @@ marquee { margin: auto; text-align: center; + display: inline-block; } h1 { @@ -35,6 +36,19 @@ body { a { color:inherit; text-decoration: none;} + +.hovertext a{ + color:white; + text-shadow: 0px 0px #00000077; + transition: color 1s, text-shadow 1s; +} + +.hovertext a:hover +{ + text-shadow: 2px 2px #00000077; + color: #ffb50e; +} + .linktext { text-align: center; display:block; @@ -43,24 +57,22 @@ a { color:inherit; } .linktext a { - font-weight: bold; - color:white; - text-shadow: 0px 0px #00000077; - transition: color 1s, text-shadow 1s; - + font-weight: bold; } .linktext a:hover { - border-radius: 5px; - text-shadow: 2px 2px #00000077; - color: #ffb50e; } #itch a:hover { color: #fa5c5c; } +#twitter a:hover +{ + color: #00acee; +} + #coolervidwrapper { padding-left: min(12em, 75%);