Update CSS to version 9.0.2.25.

This commit is contained in:
inference 2023-04-04 17:12:55 +01:00
parent f893d73086
commit 60ba6c6741
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 9.0.1.24 */ /* Version: 9.0.2.25 */
/* Heading 1 */ /* Heading 1 */
@ -143,6 +143,7 @@ table, th, td {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 18px; font-size: 18px;
color: #ffffff; color: #ffffff;
overflow-x: auto;
} }
.table-title { .table-title {
@ -251,5 +252,4 @@ strong {
padding-top: 80px; padding-top: 80px;
margin: 15px; margin: 15px;
} }
} }