Added a test edit page; fixed some styles

This commit is contained in:
2025-08-01 00:19:21 -04:00
parent 9dedba6364
commit 078edf5ab0
6 changed files with 126 additions and 1 deletions

View File

@ -14,5 +14,17 @@ $shadow-heavy: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px
}
body{
background: rgb(240, 235, 248);
font-size: 18px;
}
table{
border: 1px solid #eee;
}
#main-wrapper{
padding: 1.5rem 2rem;
background: white;
border: 1px solid #bbb;
border-radius: 8px;
}