Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 14:33:44 +01:00 committed by GitHub
parent 96d766bd20
commit b311e55288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,6 +199,8 @@
font-size: 22px;
font-size: 1.375rem;
color: #00326d
font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
position: static;
}
.darkblue-container {
@ -226,8 +228,14 @@
font-size: 22px;
font-size: 1.375rem;
color: #fff
font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
position: static;
}
.darkblue-container .darkblue-bar .darkblue-title .a {
text-decoration: none;
}
.container {
width: 1150px;
margin: 0 auto; /* This will center the container */
@ -254,7 +262,10 @@
tr:nth-child(odd) {
background-color: white; /* White for odd rows */
}
th:empty {
display: none; /* This will make an empty header cell vanish */
}
</style>
</head>