summaryrefslogtreecommitdiff
path: root/public/account
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-15 02:13:55 +0500
committerilotterytea <iltsu@alright.party>2025-05-15 02:13:55 +0500
commit2e84e2a301fe270f6911f597149cd88d9dc85abe (patch)
treef30d5ff0cde32834f827f625a2d403b2f0ad39c4 /public/account
parent53a2e84af1ef1f35d835ef439260157038c70a46 (diff)
feat: mod comments
Diffstat (limited to 'public/account')
-rw-r--r--public/account/login/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/account/login/index.php b/public/account/login/index.php
index f9e7125..ace116d 100644
--- a/public/account/login/index.php
+++ b/public/account/login/index.php
@@ -85,8 +85,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<?php if (TWITCH_REGISTRATION_ENABLE): ?>
<section class="box column">
- <a href="/account/login/twitch.php" class="button purple"
- style="padding:8px 24px; font-size: 18px;">Login with Twitch</a>
+ <a href="/account/login/twitch.php" class="button purple big">Login with Twitch</a>
<p style="font-size: 12px;">Logging in via Twitch gives you the ability to use
<?php echo INSTANCE_NAME ?> emotes in your Twitch chat.
</p>