From acbe54caf390ac50df35ed759bdd6551e1f51384 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 14 Feb 2026 18:29:45 -0500 Subject: [PATCH] removed homepage footer --- superchat/include/style.css | 22 ---------------------- superchat/index.html | 3 --- 2 files changed, 25 deletions(-) diff --git a/superchat/include/style.css b/superchat/include/style.css index 596b73b..8125ad3 100644 --- a/superchat/include/style.css +++ b/superchat/include/style.css @@ -158,28 +158,6 @@ body { margin-top: -6px; } -#login-footer { - color: #aaa; - font-size: 11px; - text-align: center; - width: 280px; - margin-top: 10px; - line-height: 1.4; - background: rgba(0, 100, 150, 0.15); - border: 1px solid rgba(0, 150, 200, 0.2); - border-radius: 4px; - padding: 8px 10px; -} - -#login-footer a { - color: #00c8ff; - text-decoration: none; -} - -#login-footer a:hover { - text-decoration: underline; -} - #login-btn { background: #1a1a1a; color: #888; diff --git a/superchat/index.html b/superchat/index.html index 0d515ea..596fd92 100644 --- a/superchat/index.html +++ b/superchat/index.html @@ -22,9 +22,6 @@ -