Skip to content

Commit

Permalink
Refactor to change home button on-click behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
fscek committed Mar 15, 2024
1 parent 7261cb3 commit 637d369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
WIP at the moment, hosted on GitHub Pages and CLoudflare DNS.
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 637d369

Please sign in to comment.