Skip to content

Commit

Permalink
Black Icons
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Nov 8, 2023
1 parent 3053aaa commit 9253678
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}

.headline {
margin: 10px 0;
.cfa-headline {
color: $color-shades-black;
font-size: 32px;
Expand All @@ -43,6 +44,13 @@
}
}

.share-menu {
.social-icons {
display: flex;
gap: 16px;
}
}

.content {
margin-top: 50px;
color: $color-shades-black;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wp-content/themes/academyAfrica/includes/widgets/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected function render()
foreach ($social_media_links as $item) {
$link = esc_url($item['link']['url']);
$type = esc_html($item['type']);
$icon = get_stylesheet_directory_uri() . ('/assets/images/icons/Type=' . $type . ', Size=24, Color=CurrentColor.svg');
$icon = get_stylesheet_directory_uri() . ('/assets/images/icons/Type=' . $type . ', Size=24, Color=Black.svg');
$image = "<img src='" . $icon . "' alt='" . $type . "' />";
echo '<a style="color: #000" href="' . $link . '" class="icon">' . $image . '</a>';
}
Expand Down

0 comments on commit 9253678

Please sign in to comment.