aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 6 insertions, 4 deletions
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 {