Skip to content

Commit

Permalink
update Bluesky icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jelni committed Dec 28, 2023
1 parent 91b5e62 commit 9c4109b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ <h1>dzień dobry</h1>
target="_blank"
>
<img
class="bluesky-logo"
src="https://avatars.githubusercontent.com/u/94650532?s=64"
alt="Bluesky logo"
class="svg-icon"
src="https://cdn.jsdelivr.net/npm/simple-icons/icons/bluesky.svg"
alt="Bluesky icon"
/>
</a>
<a
Expand Down
13 changes: 0 additions & 13 deletions public/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
width: 2rem;
height: 2rem;
}

/* temporary class while Bluesky doesn't have an icon yet */
.bluesky-logo {
display: block;
width: 2rem;
height: 2rem;
border-radius: 12.5%;
filter: grayscale(1) brightness(0.9);

&:hover {
filter: grayscale(1) brightness(0.75);
}
}
}

.project-cards {
Expand Down

0 comments on commit 9c4109b

Please sign in to comment.