From c725e941959a2945fdb88ab5dc3d51f0edae1f79 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Sat, 10 Jul 2021 18:03:00 -0400 Subject: [PATCH] Make contact info link to website --- index.html | 4 ++-- style.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 13a2fe0..d597626 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,9 @@

-

Info:

This game and website are a complete work in progress. None of this is final. If you have any suggestions feel free to contact Luna.

+

Info:

This game and website are a complete work in progress. None of this is final. If you have any suggestions feel free to contact Luna.

- \ No newline at end of file + diff --git a/style.css b/style.css index 177cf90..fcd7a5f 100644 --- a/style.css +++ b/style.css @@ -16,6 +16,10 @@ p { padding-left: 1%; } +a { + color: #fdffea; +} + #fakebuttons { margin: auto; padding-top: 1%;