Remove class table-link since it is redundant.

This commit is contained in:
inference 2023-03-22 02:30:45 +00:00
parent 33f036d53d
commit f817f62e3c
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: 7.2.0.19 */ /* Version: 8.0.0.20 */
h1, .h1 { h1, .h1 {
@ -137,13 +137,6 @@ table, th, td {
text-align: center; text-align: center;
} }
.table-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.sidebar { .sidebar {
height: 100%; height: 100%;
width: 250px; width: 250px;