Skip to content

Commit b1693d5

Browse files
committed
Update construction notice styling for better visibility and accessibility
1 parent 0373a60 commit b1693d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/page.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ export default function Home() {
2828
</ul>
2929
</div>
3030

31-
<div className="px-6 py-3 bg-yellow-100 text-yellow-800 text-center text-lg shadow-sm">
31+
<div className="px-6 py-3 bg-yellow-300 text-black-800 sm:bg-red-300 text-center text-lg shadow-sm">
3232
🚧 This website is under construction. <br />
3333
Please check back later for updates!
3434
</div>
35+
3536
</header>
3637
</>
3738
);

0 commit comments

Comments
 (0)