style: background to dark navy blue

This commit is contained in:
2026-07-25 17:51:11 +08:00
parent 478a665447
commit 9c264c88f3
+1 -1
View File
@@ -7,7 +7,7 @@
<style>
@font-face{font-family:'NEXT ART';src:url('/static/fonts/NEXT_ART_Heavy.otf') format('opentype')}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html,body{width:100%;height:100%;overflow:hidden;background:#0a0a0f;color:#fff;
html,body{width:100%;height:100%;overflow:hidden;background:#060a16;color:#fff;
font-family:'NEXT ART',monospace}
#root{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
#box{position:relative;overflow:hidden}