text color changed to dark

This commit was merged in pull request #2.
This commit is contained in:
victorAnumudu
2023-04-05 06:16:58 +01:00
parent 69edd5cac0
commit 1fb997db0a
+4 -4
View File
@@ -95,7 +95,7 @@ const AuthLayout = () => {
{/* end::Title */}
{/* begin::Text */}
{/* <div className='text-white fs-base text-center'>
<div className='text-dark fs-base text-center'>
In this kind of post,{' '}
<a href='#' className='opacity-75-hover text-warning fw-bold me-1'>
the blogger
@@ -106,11 +106,11 @@ const AuthLayout = () => {
the interviewee
</a>
and their <br /> work following this is a transcript of the interview.
</div> */}
<div className='text-dark fs-base text-center py-3'>
</div>
{/* <div className='text-dark fs-base text-center py-3'>
<p>Improve quality of life for the world's population by <a href='#' className='opacity-75-hover text-warning fw-bold me-1'>building</a> the future global transportation platform.</p>
<p>Increasing accessibility and personal choices, <a href='#' className='opacity-75-hover text-warning fw-bold me-1'>while reducing</a> travel time traffic congestion, pollution, and loss to local GDP</p>
</div>
</div> */}
{/* end::Text */}
</div>
</div>