summaryrefslogtreecommitdiff
path: root/public/mod.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/mod.php')
-rw-r--r--public/mod.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/mod.php b/public/mod.php
index de789ce..728222e 100644
--- a/public/mod.php
+++ b/public/mod.php
@@ -66,7 +66,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<td><input type="password" name="password" required></td>
</tr>
</table>
- <button type="submit">Log in</button>
+ <button type="submit" class="fancy">Log in</button>
</form>
<?php endif; ?>
</main>