link color + transitions
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
|
||||
<section>
|
||||
<div id="intro">
|
||||
<p>We are huge fans of Beat Saber and what it has done for VR. As an homage, we built <img src="site/assets/sslogosmall.png">using <a href="https://aframe.io"><b>A-Frame</b></a></p>
|
||||
<p>We've <a href="https://github.com/supermedium/supersaber"><b>open sourced</b></a> the code and assets for free for everyone to learn.</p>
|
||||
<p>We are huge fans of Beat Saber and what it has done for VR. As an homage, we built <img src="site/assets/sslogosmall.png">using <a href="https://aframe.io">A-Frame</a></p>
|
||||
<p>We've <a href="https://github.com/supermedium/supersaber">open sourced</a> the code and assets for free for everyone to learn.</p>
|
||||
</div>
|
||||
<div class="screenshots">
|
||||
<img src="site/assets/screenshots/supersaber12.jpg">
|
||||
@@ -102,11 +102,11 @@
|
||||
</div>
|
||||
<p id="credit">
|
||||
<br>
|
||||
<b>Super Saber</b> is shamelessly based on <b>Beat Saber</b>, an original game from by the awesome team at <a href="http://www.hyperbolicmagnetism.com/"><b>Hyperbolic Magnetism</b>.</a>
|
||||
<b>Super Saber</b> is shamelessly based on <b>Beat Saber</b>, an original game from by the awesome team at <a href="http://www.hyperbolicmagnetism.com/">Hyperbolic Magnetism.</a>
|
||||
<br>
|
||||
Support them with a purchase!
|
||||
<br>
|
||||
Songs from the massive <a href="https://beatsaver.com"><b>BeatSaver</b></a> community.
|
||||
Songs from the massive <a href="https://beatsaver.com">BeatSaver</a> community.
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user