mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-09 05:40:51 +02:00
docs: fix fab and github-link
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
<div class="container">
|
||||
<main class="main-content">
|
||||
<a class="github-link" href="https://github.com/nostalgic-css/NES.css" target="_blank" rel="noopener" @mouseover="startAnimate" @mouseout="stopAnimate">
|
||||
<a class="github-link" :class="{ active: scrollPos < 200 }" href="https://github.com/nostalgic-css/NES.css" target="_blank" rel="noopener" @mouseover="startAnimate" @mouseout="stopAnimate">
|
||||
<p class="nes-balloon from-right">Fork me<br />on GitHub</p>
|
||||
<i class="nes-octocat" :class="animateOctocat ? 'animate' : ''"></i>
|
||||
</a>
|
||||
@@ -199,7 +199,7 @@
|
||||
</div>
|
||||
|
||||
<!-- FAB Button -->
|
||||
<button type="button" class="nes-btn is-error scroll-btn" v-show="scrollPos > 500" @click="toTop"><span><</span></button>
|
||||
<button type="button" class="nes-btn is-error scroll-btn" :class="{ active: scrollPos > 500 }" @click="toTop"><span><</span></button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user