From 637d3691963cb3d1257b2c38b03fd89db86bffa3 Mon Sep 17 00:00:00 2001 From: fscek Date: Fri, 15 Mar 2024 18:34:55 +0100 Subject: [PATCH] Refactor to change home button on-click behaviour --- README.md | 2 +- assets/css/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe8f28..9532121 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ Welcome to the repository for my personal portfolio website, [szch.me](http://szch.me). This site showcases my work as a music producer, DJ, and visual artist, featuring a selection of my recent releases, tour dates, examples of my visual art, and links to my social media profiles. -WIP at the moment. \ No newline at end of file +WIP at the moment, hosted on GitHub Pages and CLoudflare DNS. \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index 1f13b4a..ea33872 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -81,6 +81,11 @@ footer { mix-blend-mode: soft-light; } +.home-icon:active { + filter: brightness(0); /* Makes the icon black on click for mobile */ + mix-blend-mode: overlay; +} + /* socials and text decorations */ /* underlines all anchor tags within the #socials section */ #socials a {