Skip to content

Commit

Permalink
home page
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Dec 14, 2024
1 parent 95a1558 commit bddfd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Art.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AsciiArtComponent: Component<AsciiArtComponentProps> = (props) => {
};

return (
<div class="ascii-art-container absolute text-[2.5px] leading-[1.2px] text-rose-700/80 text-center">
<div class="ascii-art-container absolute text-[2.5px] leading-[1.2px] text-rose-600/80 text-center">
<pre class="ascii-art select-none">{asciiArt()}</pre>
</div>
);
Expand Down

0 comments on commit bddfd39

Please sign in to comment.