1
0
Timothy Jaeryang Baek 1 сар өмнө
parent
commit
04bd09d027

+ 1 - 1
src/routes/error/+page.svelte

@@ -45,7 +45,7 @@
 
 					<div class=" mt-6 mx-auto relative group w-fit">
 						<button
-							class="relative z-20 flex px-5 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition font-medium text-sm"
+							class="relative z-20 flex px-5 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition font-medium text-sm text-black"
 							on:click={() => {
 								location.href = '/';
 							}}