light mode

This commit is contained in:
Aman Varshney
2025-03-24 03:00:24 +05:30
parent 4b7dc843ca
commit 5255c21891
19 changed files with 346 additions and 271 deletions

View File

@@ -21,8 +21,8 @@ const NpmPackage = () => {
return (
<div className="flex items-center justify-center mt-2">
<span className="inline-block w-3 h-5 bg-blue-400 animate-pulse mr-2" />
<span className="text-gray-300 text-xl font-mono">
<span className="inline-block w-3 h-5 bg-blue-400 dark:bg-blue-500 animate-pulse mr-2" />
<span className="text-gray-700 dark:text-gray-300 text-xl font-mono">
{versionLoading ? "[v1.0.0]" : `[v${version}]`}
</span>
</div>