This commit is contained in:
Cliff 2025-11-20 18:19:57 +07:00
parent 029ffc2b84
commit a0520225f4

View File

@ -1,4 +1,3 @@
<style>
:root{--bg:#0b1220;--card:#ffffff;--muted:#9aa6b2;--accent:#0abf5b}
*{box-sizing:border-box;font-family:Inter,ui-sans-serif,system-ui,Segoe UI,Roboto,Arial}
body{margin:0;min-height:100vh;background:linear-gradient(180deg,#08101a 0%, #0c1620 100%);color:var(--card);display:flex;align-items:center;justify-content:center;padding:24px}
@ -25,4 +24,3 @@
.message{margin-top:10px;color:var(--muted)}
footer{margin-top:12px;text-align:center;color:var(--muted);font-size:13px}
@media(max-width:700px){.hand{overflow:auto;padding-bottom:8px}.card{min-width:72px;width:72px;height:100px}}
</style>