Skip to content

Commit 30587e8

Browse files
committed
Remove hover animation for links
1 parent 16d2e68 commit 30587e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,12 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Built-in Matchers</h3>
249249
</section>
250250

251251

252-
<section class="py-12"> <div class="container mx-auto px-6 text-center text-gray-400 text-lg additional-links flex flex-wrap justify-center items-center gap-y-2">
253-
<a href="https://spockframework.org/spock/javadoc/current" class="hover-underline-animation mx-3"><span class="link-separator">JavaDoc</span></a>
254-
<a href="https://github.com/spockframework/spock" class="hover-underline-animation mx-3"><span class="link-separator">Source Code</span></a>
255-
<a href="https://github.com/spockframework/spock/issues" class="hover-underline-animation mx-3"><span class="link-separator">Issue Tracker</span></a>
256-
<a href="https://github.com/spockframework/spock/discussions" class="hover-underline-animation mx-3"><span class="link-separator">Discussions</span></a>
257-
<a href="https://gitter.im/spockframework/spock" class="hover-underline-animation mx-3"><span class="link-separator">Chat</span></a>
252+
<section class="py-12"> <div class="container mx-auto px-6 text-center spock-blue-text text-lg additional-links flex flex-wrap justify-center items-center gap-y-2">
253+
<a href="https://spockframework.org/spock/javadoc/current" class="mx-3"><span class="link-separator">JavaDoc</span></a>
254+
<a href="https://github.com/spockframework/spock" class="mx-3"><span class="link-separator">Source Code</span></a>
255+
<a href="https://github.com/spockframework/spock/issues" class="mx-3"><span class="link-separator">Issue Tracker</span></a>
256+
<a href="https://github.com/spockframework/spock/discussions" class="mx-3"><span class="link-separator">Discussions</span></a>
257+
<a href="https://gitter.im/spockframework/spock" class="mx-3"><span class="link-separator">Chat</span></a>
258258
</div>
259259
</section>
260260

0 commit comments

Comments
 (0)