Early styling

This commit is contained in:
April Eaton 2025-12-15 19:16:32 +01:00
parent b61db22369
commit 4b4b91a30a
5 changed files with 21 additions and 9 deletions

View file

@ -9,16 +9,22 @@ body {
font-size: 16pt;
margin: 0;
min-height: 100svh;
height: 100svh;
display: flex;
flex-direction: column;
align-items: center;
background-color: #1e2030;
color: #cad3f5;
}
#main {
width: 40rem;
max-width: 40rem;
width: 100%;
height: 100%;
margin: 0.25rem;
margin-top: 0;
padding: 0.25rem;
border-left: solid 2px;
border-right: solid 2px;
border-left: solid 2px #c6a0f6;
border-right: solid 2px #c6a0f6;
}