From 515ec1563d5e52db8875828572e71be380f4e2e8 Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Sun, 9 Dec 2018 21:47:40 -0800 Subject: [PATCH] link color + transitions --- index.html | 8 ++++---- site/index.css | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index f85f47c..2f2cfa1 100644 --- a/index.html +++ b/index.html @@ -56,8 +56,8 @@
-

We are huge fans of Beat Saber and what it has done for VR. As an homage, we built using A-Frame

-

We've open sourced the code and assets for free for everyone to learn.

+

We are huge fans of Beat Saber and what it has done for VR. As an homage, we built using A-Frame

+

We've open sourced the code and assets for free for everyone to learn.

@@ -102,11 +102,11 @@


- Super Saber is shamelessly based on Beat Saber, an original game from by the awesome team at Hyperbolic Magnetism. + Super Saber is shamelessly based on Beat Saber, an original game from by the awesome team at Hyperbolic Magnetism.
Support them with a purchase!
- Songs from the massive BeatSaver community. + Songs from the massive BeatSaver community.

diff --git a/site/index.css b/site/index.css index d799319..740c003 100644 --- a/site/index.css +++ b/site/index.css @@ -74,13 +74,14 @@ body { } b { - color: #fff; + color: #FAFAFA; } a { - color: #4573D3; + color: #fb82c9; + transition: color .1s; } a:hover { - color: #7EA8FF; + color: #ff66cc; } h1, h2, h3 { font-family: 'Teko', sans-serif;