From 47cb23ce1f991c21ceb9273cf4bed717a09abd9a Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 26 May 2025 15:55:29 +0200 Subject: Kickoff commit --- style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..47d2d84 --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +body { + font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:400; font-stretch:normal; +} + +table { + border-collapse: collapse; + margin: 25px 0; + font-size: 0.9em; + font-family: sans-serif; + min-width: 50%; + max-width: 50%; + box-sizing: border-box; +} + +thead { + position: sticky; + top: 0px; + background-color: Canvas; + text-align: left; +} + -- cgit v1.2.3