Skip to content

Commit 898b337

Browse files
committed
Add credit links
1 parent 167e47a commit 898b337

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

src/pages/index.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,16 @@ onMounted(() => doNewTrick())
7575
of physics!
7676
</p>
7777
<p class="my-10 text-center md:my-12">🛹</p>
78-
<p>Slugblaster is &copy; Michael Hamm.</p>
78+
<p>
79+
By <a href="https://tidaltheory.io/">Tidal Theory</a>.
80+
<a href="https://github.com/tidaltheory/planeside"
81+
>View source</a
82+
>.
83+
</p>
84+
<p>
85+
<a href="https://slugblaster.com">Slugblaster</a> is &copy;
86+
Michael Hamm.
87+
</p>
7988
</div>
8089
</div>
8190
</template>

src/styles/tailwind.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,17 @@
3131
html {
3232
min-height: calc(100vh + env(safe-area-inset-top));
3333
}
34+
35+
a {
36+
text-decoration: underline;
37+
text-underline-offset: 2px;
38+
39+
&:not(:is(:hover, :focus)) {
40+
text-decoration-color: color-mix(
41+
in srgb,
42+
currentcolor,
43+
transparent 50%
44+
);
45+
}
46+
}
3447
}

0 commit comments

Comments
 (0)