mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-15 08:02:56 -05:00
remove global .icon style
This commit is contained in:
@@ -6,3 +6,9 @@
|
||||
.link:hover {
|
||||
color: var(--link) !important;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
vertical-align: -0.2em;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ const OctocatLink = ({ repo, className }: Props) => (
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<OctocatOcticon fill="currentColor" className={classNames("icon", className)} />
|
||||
<OctocatOcticon fill="currentColor" className={classNames(styles.icon, className)} />
|
||||
</a>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user