Improved logging, UI tweaks.

This commit is contained in:
2024-02-23 14:00:31 +01:00
parent 2119c2e56b
commit 676951e809
12 changed files with 64 additions and 13 deletions
+9 -1
View File
@@ -7,8 +7,12 @@ div.header_banner {
color: white;
}
div.header_banner_text {
padding: 10px;
}
h1.header_banner {
font-size: xxx-large;
font-size: x-large;
color: white;
text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
}
@@ -17,4 +21,8 @@ h1.header_banner {
div.header_banner {
height: 200px;
}
h1.header_banner {
font-size: xxx-large;
}
}