File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const BackToTopButton = () => {
2828 isVisible && (
2929 < button
3030 onClick = { scrollToTop }
31- className = 'fixed right-3 top-1/2 z-40 -translate-y-1/2 rounded-full bg-white p-3 text-gray-700 shadow-lg transition-all duration-500 hover:bg-white'
31+ className = 'fixed right-3 top-1/2 z-40 -translate-y-1/2 rounded-full bg-white p-3 text-gray-700 shadow-lg transition-all duration-500 hover:bg-white hover:text-modern-black '
3232 >
3333 < ChevronUpIcon className = 'h-6 w-6' />
3434 </ button >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const ContributingResources: React.FC = () => {
9191 < h3 className = "text-lg font-semibold text-white" >
9292 { tutorial . title }
9393 </ h3 >
94- < span className = "rounded-full bg-modern-purple/10 px-3 py-1 text-xs font-medium text-modern-purple" >
94+ < span className = "rounded-full bg-modern-purple/10 px-3 py-1 text-xs font-medium text-modern-purple text-center " >
9595 { tutorial . channel }
9696 </ span >
9797 </ div >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default function Home() {
8888 >
8989 < div className = 'modern-container' >
9090 < div className = 'mx-auto max-w-2xl lg:text-center' >
91- < h2 className = 'text-3xl font-semibold leading-7 text-modern-purple' >
91+ < h2 className = 'text-3xl font-semibold leading-snug text-modern-purple' >
9292 Become a part of our community of over 700 inspiring
9393 developers who have already contributed to this project!
9494 </ h2 >
Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ body {
175175 @apply text-gray-200;
176176}
177177
178+ .theme-dark .text-gray-800 {
179+ @apply text-gray-200
180+ }
181+
178182.theme-dark .border-gray-200 {
179183 @apply border-gray-700;
180184}
You can’t perform that action at this time.
0 commit comments