fix visual issue

This commit is contained in:
ZXMushroom63 2024-09-15 11:47:41 +08:00
parent ea675bb802
commit c99f6480fa

View File

@ -16,6 +16,8 @@
body {
background-color: #2b2b2b;
color: #ffffff;
overflow-x: hidden;
overflow-y: scroll;
}
.container {
text-align: center;