diff --git a/src/routes/about-contact.svelte b/src/routes/about-contact.svelte index 637fbd4..4d2dc9a 100644 --- a/src/routes/about-contact.svelte +++ b/src/routes/about-contact.svelte @@ -38,8 +38,11 @@

Questions? Comments? Want to chat about satellites? Visit us on Matrix - at #femtostar:matrix.org. Alternatively, email us at [the name of this - site/our satellite] at tutanota.com. + at #femtostar:matrix.org. Alternatively, email us at + femtostar@tutanota.com.

@@ -99,4 +102,8 @@ padding-left: 2em; padding-right: 2em; } + + :global(.site a) { + color: #72bbd9; + } diff --git a/src/routes/free-open-source.svelte b/src/routes/free-open-source.svelte index 1da2003..1c35466 100644 --- a/src/routes/free-open-source.svelte +++ b/src/routes/free-open-source.svelte @@ -47,8 +47,10 @@

FemtoStar is developed and maintained by a global community of - developers [LINK TO ABOUT US] collaborating online. If you're interested - in helping out, don't hesitate to contact us [LINK TO CONTACT US]. + developers collaborating online. If you're interested in helping out, + don't hesitate to contact us →.

@@ -64,4 +66,8 @@ padding-left: 2em; padding-right: 2em; } + + :global(.site a) { + color: #72bbd9; + }