From 232f1499bb9a2cc85a63abcc1c22776ef77781fb Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 9 Mar 2025 13:48:00 +0100 Subject: build: introduce NixOS package & service --- style.css | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css deleted file mode 100644 index 66fe28f..0000000 --- a/style.css +++ /dev/null @@ -1,39 +0,0 @@ -body { - font-family: sans-serif; -} -a { - text-decoration: none; -} -th { - position: sticky; - top: 0; - background: gainsboro; -} -td, th { - padding: 0.2em; -} -td:first-of-type { text-align: center; } -.status-voting { background: #baf; } -.status-proposed { background: #eef; } -.status-approved { background: #dfd; } -.status-rejected { background: #fbb; } - -/* Cleaner table borders compatible with the sticky table header */ -table { - border-spacing: 0; - border: none; - --border: 1px solid #999; -} -table th { - border: var(--border); - border-left: none; -} -table td { - border: var(--border); - border-left: none; - border-top: none; -} -table tr > th:first-child, -table tr > td:first-child { - border-left: var(--border); -} -- cgit v1.2.3