From 27fb569aecce8cad06507ab5a7c481bf51149136 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 24 May 2021 10:01:19 +0200 Subject: [PATCH] Update styles.php --- html/css/styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/styles.php b/html/css/styles.php index 453b5f5..7904cf0 100644 --- a/html/css/styles.php +++ b/html/css/styles.php @@ -17,7 +17,7 @@ html { } -table.log {background-color: #f1f1f1; border-collapse: collapse; border: 1px solid #C1DAD7; width: 100%;} +table.log {background-color: #f0f0f0; border-collapse: collapse; border: 1px solid #C1DAD7; width: 100%;} th.log {height: 30px; text-align: center;} tr:nth-child(even).log {background-color: #fafafa; height: 20px; text-align: center;} td.log {font-family: Monospace; height: 20px;}