update more css

This commit is contained in:
2026-05-14 17:29:55 -04:00
parent e7f666a10a
commit 3d0a4e3941
+15 -1
View File
@@ -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;
}