From f1713ad9a8b9a627e0398a9c8614bc4e30046480 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Mon, 16 Jun 2025 02:35:49 +0300 Subject: [PATCH] updated index btw --- main/index.php | 1 + main/styles.css | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/main/index.php b/main/index.php index 12f0cb5..0da0eae 100644 --- a/main/index.php +++ b/main/index.php @@ -81,6 +81,7 @@ try {

Text0Nly

+ Source code 👤 Logout diff --git a/main/styles.css b/main/styles.css index f789212..81959ed 100644 --- a/main/styles.css +++ b/main/styles.css @@ -36,6 +36,18 @@ body { font-size: 1em; } +.source-btn { + background: #222; + color: #fff !important; + padding: 4px 12px; + border-radius: 4px; + text-decoration: none !important; +} + +.source-btn:hover { + background: #444; +} + .messages-container { flex: 1; margin-bottom: 18px;