From 5b8f18e7b9f6b19f3d47327eb54bfa9ac8ce7763 Mon Sep 17 00:00:00 2001 From: NRayya <82588017+NRayya@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:38:30 +0100 Subject: [PATCH] Deploy website - based on 12932f47d3e7cc9aecf24f0093e619c4bebcbc26 --- css/custom.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 css/custom.css diff --git a/css/custom.css b/css/custom.css deleted file mode 100644 index 975636f..0000000 --- a/css/custom.css +++ /dev/null @@ -1,21 +0,0 @@ -table { - width: 100%; - border-collapse: collapse; -} - -th, td { - border: 1px solid #ddd; - padding: 8px; - text-align: left; -} - -th { - background-color: #f2f2f2; -} - -thead th { - position: sticky; - top: 0; - z-index: 1; - background-color: #f2f2f2; -} \ No newline at end of file