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())
7575 of  ; physics!
7676 </p >
7777 <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 >
7988 </div >
8089 </div >
8190</template >
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments