Add basic styling to parts page

This commit is contained in:
Kurt Hutten
2020-10-15 08:05:35 +11:00
parent 6ff87ed405
commit 33c778f5f3
5 changed files with 41 additions and 70 deletions

View File

@@ -12,6 +12,11 @@
* END --- TAILWIND GENERATOR EDIT
*/
body {
/* TODO can I use a tailwind class here? */
background-color: #4a5568;
}
button, input, label, textarea {
display: block;
outline: none;