File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,16 @@ onMounted(() => doNewTrick())
75
75
of  ; physics!
76
76
</p >
77
77
<p class =" my-10 text-center md:my-12" >🛹</p >
78
- <p >Slugblaster is © ; 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 © ;
86
+ Michael Hamm.
87
+ </p >
79
88
</div >
80
89
</div >
81
90
</template >
Original file line number Diff line number Diff line change 31
31
html {
32
32
min-height : calc (100vh + env (safe-area-inset-top));
33
33
}
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
+ }
34
47
}
You can’t perform that action at this time.
0 commit comments