Home screen skeleton

This commit is contained in:
2022-07-22 16:40:52 -04:00
parent 3dcde6b772
commit 20a92b96a8
3 changed files with 12 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ html {
background: white;
color: black;
transition: color 0.2s ease, background 0.2s ease;
overflow: scroll;
}
html.dark {
@@ -40,6 +41,7 @@ main {
width: 80%;
max-width: 60rem;
height: 100%;
margin: auto;
padding-top: 2rem;
}
</style>