From b0c4e7160f385d530fc42277cb0b53ebf01c3b7b Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 01:58:25 +0000 Subject: [PATCH] Add class table-main. --- infnet.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infnet.css b/infnet.css index da1d619..2dcf6ef 100644 --- a/infnet.css +++ b/infnet.css @@ -106,3 +106,9 @@ table, th, td { font-size: 18px; color: #ffffff; } + +.table-main { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; +}