From 3d377ed6fc1763b849e12cb9519e7ee6b6e36b08 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Mar 2023 02:30:45 +0000 Subject: [PATCH] Remove class table-link since it is redundant. --- inf.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/inf.css b/inf.css index 7403e28..f91660b 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 7.2.0.19 */ +/* Version: 8.0.0.20 */ h1, .h1 { @@ -137,13 +137,6 @@ table, th, td { text-align: center; } -.table-link { - font-family: Roboto, sans-serif; - font-size: 18px; - color: #ffffff; - text-decoration: underline; -} - .sidebar { height: 100%; width: 250px;