Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit f6c5fa0

Browse files
author
Andrew
authored
Update _links.scss
1 parent 742e4ee commit f6c5fa0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/base/_links.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ a:hover .icon-link.icon-link--static,
380380
align-items: center;
381381
font-weight: 500;
382382
font-size: 16px;
383+
color: currentColor;
383384

384385
svg {
385386
display: block;
@@ -389,6 +390,10 @@ a:hover .icon-link.icon-link--static,
389390
transition: transform $trans;
390391
}
391392

393+
svg * {
394+
fill: currentColor;
395+
}
396+
392397
&:hover {
393398

394399
svg {
@@ -398,6 +403,10 @@ a:hover .icon-link.icon-link--static,
398403
}
399404
}
400405

406+
.text-brand {
407+
color: $brand !important;
408+
}
409+
401410

402411

403412
// ----------------------------------------

0 commit comments

Comments
 (0)