From f8851f2701fd6d7f0bdfc3ec0583f39a25e5202a Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 20 Jan 2020 06:56:27 +0100 Subject: [PATCH] Update index_template.html Change the color of the table frame --- index_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_template.html b/index_template.html index ab49085..449db61 100644 --- a/index_template.html +++ b/index_template.html @@ -181,7 +181,7 @@ a:active { /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn {background-color: #3e8e41;} -table, td, th {border: .5px solid #e0e0e0e0; padding: 2px; border-collapse: collapse; text-align:center;} +table, td, th {border: .5px solid #d0d0d0; padding: 2px; border-collapse: collapse; text-align:center;}