diff --git a/components/Head.tsx b/components/Head.tsx
index 003043d..80bf1ea 100644
--- a/components/Head.tsx
+++ b/components/Head.tsx
@@ -4,10 +4,10 @@ const Head = ({ redirect }: { redirect?: { url: string, site: string } }) => {
return (
- check out my ambient album - Songs For Dogs To Sleep To + buy or stream my album + SPECIALTY ENDEAVORS (REMASTERED) {" "} on all major streaming platforms
diff --git a/styles/Icons.module.sass b/styles/Icons.module.sass index 8a3f4e1..6b8da29 100644 --- a/styles/Icons.module.sass +++ b/styles/Icons.module.sass @@ -1,5 +1,5 @@ @mixin hovercolor($color) - color: black + color: white &:hover color: $color diff --git a/styles/shared.sass b/styles/shared.sass index eb93e45..c876a7b 100644 --- a/styles/shared.sass +++ b/styles/shared.sass @@ -3,16 +3,19 @@ body height: 100% background-color: #111111 + color: white background-size: cover background-position: center background-repeat: no-repeat - background-image: url("/assets/website_background.png") height: 100vh width: 100% overflow: hidden font-family: "Helvetica Regular" padding: 0 margin: 0 + background-image: url("/assets/backgrounds/SE_Desktop.png") + @media (max-width: 750px) + background-image: url("/assets/backgrounds/SE_Mobile.png") a text-decoration: unset @@ -22,4 +25,4 @@ a // & &:not(#icons > ) &:hover - border-bottom: solid 1px black + border-bottom: solid 1px white