turn page dark, alter Header stylings, add login btn

This commit is contained in:
2022-05-07 00:37:13 +02:00
parent cb3ace5a9a
commit 07a60dc8b5
3 changed files with 31 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export default function Home() {
margin: 1rem;
}
p {
border-left: 0.2rem solid black;
border-left: 0.2rem solid white;
padding-left: 1rem;
}
`}</style>