From 3d0a4e3941045b7e2a360983bd2deae5fbef326a Mon Sep 17 00:00:00 2001 From: Modnark Date: Thu, 14 May 2026 17:29:55 -0400 Subject: [PATCH] update more css --- assets/css/main.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 6f6448f..fe121b1 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -107,10 +107,24 @@ body { width: 400px; } -#ConfigureDNSTable table, th, td { +/* Tables */ +table, th, td { border: 1px solid; } +table { + margin: 0; +} + +th { + background-color: #4682b4; + color: white; +} + +tr { + background-color: #fff7e7; +} + #RequestErrors { color: red; }