From d79249531b7b3dce16a4787a1e64d2e8fe3ccda1 Mon Sep 17 00:00:00 2001 From: Symphony Date: Sat, 15 Jul 2023 18:18:09 -0400 Subject: [PATCH 1/2] fix: change background file name --- Logo.png => background.png | Bin index.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Logo.png => background.png (100%) diff --git a/Logo.png b/background.png similarity index 100% rename from Logo.png rename to background.png diff --git a/index.html b/index.html index 6df80ce..a408d60 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ margin: 0; padding: 0; font-family: Arial, sans-serif; - background: url('Logo.png') no-repeat center center fixed; + background: url('background.png') no-repeat center center fixed; background-size: cover; } From 32df9b3b9b4f70c0fd540d2c8e04baa714f6ccda Mon Sep 17 00:00:00 2001 From: Symphony Date: Sat, 15 Jul 2023 18:20:10 -0400 Subject: [PATCH 2/2] fix: color changes --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index a408d60..840881d 100644 --- a/index.html +++ b/index.html @@ -116,6 +116,10 @@ transition: opacity 0.2s ease; } + a:not(.visited){ + color: white; + } + a:hover, a:visited { color: #C3A761; }