consolidate h1 styles

This commit is contained in:
2023-05-08 00:02:47 +00:00
parent 32f0625770
commit 512a78bd75
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;