many coloring changes and improvements
This commit is contained in:
@@ -45,7 +45,7 @@ export default function PublicCollections() {
|
||||
<div
|
||||
className={`text-center bg-gradient-to-tr from-sky-100 from-10% via-gray-100 via-20% rounded-3xl shadow-lg p-5`}
|
||||
>
|
||||
<p className="text-5xl text-sky-700 font-bold mb-5 capitalize">
|
||||
<p className="text-5xl text-black font-bold mb-5 capitalize">
|
||||
{data.name}
|
||||
</p>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function PublicCollections() {
|
||||
</div>
|
||||
|
||||
{/* <p className="text-center font-bold text-gray-500">
|
||||
List created with <span className="text-sky-700">Linkwarden.</span>
|
||||
List created with <span className="text-black">Linkwarden.</span>
|
||||
</p> */}
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user