🎨 Update color palette (#613)

Use more saturated colors and increase contrast to improve readability
This commit is contained in:
Luke Vella 2023-03-27 11:46:33 +01:00 committed by GitHub
parent 029d130a4d
commit a2481b3bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
71 changed files with 198 additions and 119 deletions

View file

@ -102,7 +102,7 @@ const Discussion: React.FunctionComponent = () => {
isYou={session.ownsObject(comment)}
/>
<div className="mb-1">
<span className="mr-1 text-slate-400">&bull;</span>
<span className="mr-1 text-slate-500">&bull;</span>
<span className="text-sm text-slate-500">
{dayjs(new Date(comment.createdAt)).fromNow()}
</span>