much better coloring

This commit is contained in:
Daniel
2023-08-14 23:25:25 -04:00
parent 7da89a35e2
commit 1701ba07d4
44 changed files with 331 additions and 211 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default function CenteredForm({ text, children }: Props) {
</p>
) : undefined}
{children}
<p className="text-center text-xs text-gray-500 dark:text-white">
<p className="text-center text-xs text-gray-500 dark:text-gray-400">
© {new Date().getFullYear()} Linkwarden. All rights reserved.
</p>
</div>