fix: contrast

This commit is contained in:
Alejandro Gómez
2025-12-11 23:00:06 +01:00
parent 08db0eff5a
commit ad17658ef3
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ export function BaseEventContainer({
<div className="flex flex-row gap-2 items-baseline">
<EventAuthor pubkey={event.pubkey} />
<span
className="text-xs font-light text-muted-foreground cursor-help"
className="text-xs text-muted-foreground cursor-help"
title={absoluteTime}
>
{relativeTime}

View File

@@ -66,7 +66,7 @@
--secondary: 217.2 32.6% 17.5%;
--secondary-foreground: 210 40% 98%;
--muted: 217.2 32.6% 17.5%;
--muted-foreground: 215 20.2% 65.1%;
--muted-foreground: 215 20.2% 70%;
--accent: 270 100% 70%;
--accent-foreground: 222.2 84% 4.9%;
--destructive: 0 62.8% 30.6%;