Skip to content

Commit 5aa58e3

Browse files
bluesky svg style refactor
1 parent ec208fd commit 5aa58e3

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/assets/bluesky.svg

Lines changed: 4 additions & 1 deletion
Loading

src/components/social-tray/social-tray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default class SocialTray extends HTMLElement {
2121
</li>
2222
2323
<li class="${styles.socialIcon}">
24-
<a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
24+
<a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky">
2525
${blueskyIcon}
2626
</a>
2727
</li>

src/components/social-tray/social-tray.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
.socialIcon svg {
2222
fill: var(--color-secondary);
2323
}
24+
2425
.blueskySocialIcon {
25-
transform: scale(1.7) translateY(-2px);
26+
/* transform: scale(1.7) translateY(-2px); */
2627
}
2728

2829
@media screen and (min-width: 768px) {

0 commit comments

Comments
 (0)