12 lines
178 B
CSS
Raw Normal View History

2023-02-15 13:07:17 +08:00
html {
background-color: #8796a6;
}
body {
background-color: #8796a6;
width: calc(100vw - 20px);
height: calc(100vh - 60px);
/* border: 1px solid red; */
}