summaryrefslogtreecommitdiff
path: root/register.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-08-16 18:27:21 +0500
committerilotterytea <iltsu@alright.party>2025-08-16 18:27:21 +0500
commitb65f988200231ee264337d229f4445038e027d1e (patch)
tree4a3c7ba48786c0be2e8691147fc99e81ed4998fc /register.php
parentde325d1d2ab9a1d47efdbb988e50085b2656aed7 (diff)
upd: button styles
Diffstat (limited to 'register.php')
-rw-r--r--register.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/register.php b/register.php
index 0804d3d..0771788 100644
--- a/register.php
+++ b/register.php
@@ -92,11 +92,11 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
</div>
<div>
<input type="checkbox" name="tos" id="tos" required>
- <label for="tos">I accept the <a href="/static/txt/TOS.txt">TOS</a>, including <a
- href="/static/txt/PRIVACY.txt">Privacy Policy</a></label>
+ <label for="tos">I accept the <a href="/static/txt/TOS.txt" class="bold">TOS</a>, including <a
+ href="/static/txt/PRIVACY.txt" class="bold">Privacy Policy</a></label>
</div>
<div>
- <button type="submit">Register</button>
+ <button type="submit" class="fancy">Register</button>
</div>
</form>
</main>