From aa11550b9e05f9a5f9a091bc524cabf1c3a8bda0 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 4 Oct 2020 15:58:27 +0200 Subject: Release 0.1 --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index ed88e24..7244b63 100644 --- a/style.css +++ b/style.css @@ -79,11 +79,13 @@ table { width: 100%; } -thead { - background-color: black; +thead th { color: white; - /*color: black;*/ - /*background-color: #ccc;*/ + background-color: black; + border: 1px solid #ccc; + background-clip: padding-box; + position: sticky; + top: 0; } td, th { -- cgit v1.2.3