many coloring changes and improvements

This commit is contained in:
Daniel
2023-08-11 01:11:02 -04:00
parent 1eb1467a02
commit 7da89a35e2
37 changed files with 189 additions and 178 deletions
+4 -4
View File
@@ -40,9 +40,9 @@ export default function Links() {
<div className="flex gap-2">
<FontAwesomeIcon
icon={faSearch}
className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500 drop-shadow"
className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500 dark:text-sky-300 drop-shadow"
/>
<p className="sm:text-4xl text-3xl capitalize text-sky-700 font-bold">
<p className="sm:text-4xl text-3xl capitalize text-black dark:text-white font-bold">
Search Results
</p>
</div>
@@ -99,9 +99,9 @@ export default function Links() {
return <LinkCard key={i} link={e} count={i} />;
})
) : (
<p className="text-sky-900">
<p className="text-black dark:text-white">
Nothing found.{" "}
<span className="text-sky-700 font-bold text-xl" title="Shruggie">
<span className="font-bold text-xl" title="Shruggie">
¯\_()_/¯
</span>
</p>