consolidate h1 styles

This commit is contained in:
Arthur Lu
2023-05-08 00:02:47 +00:00
parent 8cc6b49fbe
commit e2b74b1c5d
5 changed files with 11 additions and 4 deletions

View File

@@ -24,6 +24,13 @@ main, dialog {
color: white;
}
h1 {
font-size: 18px;
margin: 0px;
background-color: #0f0;
color: #000;
}
.w3-card {
background-color: #202020;
box-shadow: 0 2px 5px 0 black;