change background color for body

This commit is contained in:
CounterFire2023 2024-07-05 09:56:56 +08:00
parent 8206fd760a
commit 4610584f70

View File

@ -31,6 +31,7 @@ onMounted(() => {
<style lang="scss">
body,
html {
background-color: #17141B;
padding: 0;
margin: 0;
height: 100%;