Enhance "Staff applications closed" message with improved styling and structure.

This commit is contained in:
akastijn 2025-10-18 02:49:51 +02:00
parent 8ad87da47e
commit 74e8697fef

View File

@ -318,8 +318,15 @@
</div> </div>
</section> </section>
} @else { } @else {
<h1>Staff applications are closed at this time. Please keep an eye on our announcement channel in Discord to see <section class="darkmodeSection staff-application-container">
when it opens!</h1> <div>
<h1>Staff applications closed</h1>
<p class="center">Staff applications are closed at this time. Please keep an eye on our announcement channel
in Discord to
see
when it opens!</p>
</div>
</section>
} }
</main> </main>
</div> </div>