Skip to content

Commit 9a02995

Browse files
bluesky svg style refactor
1 parent 831f143 commit 9a02995

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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)