Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
alii committed Jun 4, 2024
1 parent 085f6a3 commit 2f80735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function Stats() {
const firstEverLoadTime = useMemo(() => new Date(stats.time), [stats.time]);

return (
<div className="m-4 mx-auto max-w-2xl rounded-md bg-blue-900 p-4 py-12">
<div className="m-4 mx-auto max-w-2xl rounded-md bg-blue-100 p-6 py-12 text-blue-800 dark:bg-blue-900 dark:text-blue-100">
<p>
You first visited my website on {firstEverLoadTime.toLocaleDateString()} at{' '}
{firstEverLoadTime.toLocaleTimeString()} and on this first visit, you were on the{' '}
Expand Down

0 comments on commit 2f80735

Please sign in to comment.