From 365e7987a1ee16f1b8475534edcf35ac0e893b11 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 02:21:25 +0000 Subject: [PATCH] Add class table-title. --- infnet.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infnet.css b/infnet.css index 6eaf3dc..e616ce0 100644 --- a/infnet.css +++ b/infnet.css @@ -107,6 +107,14 @@ table, th, td { color: #ffffff; } +.table-title { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; + font-weight: bold; + text-align: center; +} + .table-main { font-family: Roboto, sans-serif; font-size: 18px;