Refine decoy UI text and lock dark theme

This commit is contained in:
dan
2025-12-06 18:46:47 +03:00
parent 5703a7230d
commit 99267f781f
3 changed files with 7 additions and 8 deletions

View File

@@ -109,12 +109,12 @@ public class FakeAdminResponder {
.shell {
position: relative;
z-index: 1;
width: min(1040px, 100%);
width: min(90vw, 1180px);
background: var(--glass);
border: 1px solid rgba(89, 243, 255, 0.4);
box-shadow: 0 0 40px rgba(89, 243, 255, 0.25), 0 0 24px rgba(255, 95, 210, 0.2);
border-radius: 18px;
padding: 28px;
padding: 32px;
backdrop-filter: blur(10px);
}
.shell::after {
@@ -184,13 +184,13 @@ public class FakeAdminResponder {
<body>
<div class="grid-bg"></div>
<div class="shell">
<h1>0xb00b5 team Packmate | admin:admin illusion</h1>
<div class="badge">mode: FUN // @danosito</div>
<h1>0xb00b5 team Packmate</h1>
<div class="badge">// @danosito</div>
<canvas id="snap-canvas"></canvas>
<div class="typed">
<span id="typed-text"></span><span class="cursor"></span>
</div>
<div class="footer-note">Real packets stay locked. This is your glitch gallery.</div>
<div class="footer-note">Hmmm where are the packets? IDK</div>
</div>
<script>
const phrases = JSON.parse(atob('__PHRASES_B64__'));