From c856d1ed406ed9f46cd5e177e902d0fdfd7b70ab Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:47:58 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 47b128a..5925255 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -127,34 +127,6 @@ .code { color: #000000; font-family: 'Courier New', monospace; } code { color: #000000; font-family: 'Courier New', monospace; } - table { - border-collapse: collapse; - width: 100%; - border: 2px solid black; /* 2px border around the table */ - margin-top: 10px; - margin-bottom: 10px; - } - - table, th, td { - border: 1px solid black; /* 1px lines for cells and header */ - } - - th { - background-color: white; /* White background for header */ - } - - tr:nth-child(even) { - background-color: #d5e3f3; /* Blue for even rows */ - } - - tr:nth-child(odd) { - background-color: white; /* White for odd rows */ - } - - th:empty { - display: none; /* This will make an empty header cell vanish */ - } - img { display: block; margin-left: auto;