From 638eac7ebe6f809af68ce528c9efd33264520476 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Tue, 17 Nov 2020 23:31:37 -0800 Subject: [PATCH] cool website colors --- docs/index.html | 9 ++++++++- docs/styles.css | 37 ++++++++++++++++++++++++++++++++++--- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0ab3d9706..a4ab1f179 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,9 +31,16 @@ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
-

Friday Night Funkin' is a dope ass rhythm game.

+ +
+ Play demo on Newgrounds +
+ +
+ Support the game on Itch.io +
diff --git a/docs/styles.css b/docs/styles.css index 185734193..3c159f8f9 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -1,5 +1,5 @@ .coolBox { - background: #1a1a1a; + background: #1a1a1aCC; margin: 40px 4vw; padding: 25px; font-size: 120%; @@ -23,7 +23,6 @@ h1 { iframe { margin: auto; - width: 40%; display:block; } @@ -35,4 +34,36 @@ body { background-size: 100% 130%; color:white; background-color: #000; -} \ No newline at end of file + font-family: Arial, Helvetica, sans-serif; + +} + +a { color:inherit; + text-decoration: none;} + +.linktext { + text-align: center; + display:block; + font-size: 130%; + +} + +.linktext a { + font-weight: bold; + color:white; + text-shadow: 0px 0px #00000077; + transition: color 1s, text-shadow 1s; + +} + +.linktext a:hover { + + border-radius: 5px; + text-shadow: 2px 2px #00000077; + color: #ffb50e; +} + +#itch a:hover +{ + color: #fa5c5c; +}