Skip to content

Commit

Permalink
darkmode aside white icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lyleschemmerling committed Oct 27, 2023
1 parent 56ed338 commit ae332e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/components/Aside.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const bgColor = bgColors[type];
<div class="title not-prose flex align-text-bottom font-bold uppercase" aria-hidden="true">
<span class="icon mb-2 pr-2">
<svg xmlns="http://www.w3.org/2000/svg" class="inline" viewBox={viewBox} width={16} height={16}>
<path class="fill-slate-800 {nodark ? '' : 'fill-slate-200'}" fill-rule="evenodd" d={d}></path>
<path class:list={["fill-slate-800", nodark ? '' : 'dark:fill-slate-200']} fill-rule="evenodd" d={d}></path>
</svg>
</span>
<span class="mb-2">{title}</span>
Expand Down

0 comments on commit ae332e6

Please sign in to comment.