Skip to content

Commit 4092041

Browse files
fix: update RSS feed icon color and size in header and footer
1 parent 7e6bb28 commit 4092041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const today = new Date();
2626
</a>
2727
<a href="https://nicholasdbrady.github.io/cookbook/rss.xml"target="_blank" rel="noopener noreferrer" aria-label="RSS Feed" >
2828
<span class="sr-only">RSS Feed</span>
29-
<svg fill="#000000" width="32" height="32" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg">
29+
<svg fill="currentColor" width="32" height="32" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
3030
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3131
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
3232
<g id="SVGRepo_iconCarrier">

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { SITE_TITLE } from '../consts';
3333
</a>
3434
<a href="https://nicholasdbrady.github.io/cookbook/rss.xml"target="_blank" rel="noopener noreferrer" aria-label="RSS Feed" >
3535
<span class="sr-only">RSS Feed</span>
36-
<svg fill="#000000" width="32" height="32" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg">
36+
<svg fill="currentColor" width="32" height="32" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
3737
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3838
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
3939
<g id="SVGRepo_iconCarrier">

0 commit comments

Comments
 (0)