From 8c225317a833b036f0ee8702fd2c75d11057194f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sat, 8 May 2021 17:11:00 +0200 Subject: [PATCH] Update documentation --- theme/css/main.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/theme/css/main.css b/theme/css/main.css index 4a41645..c38a642 100644 --- a/theme/css/main.css +++ b/theme/css/main.css @@ -294,3 +294,30 @@ footer { footer a { text-decoration-thickness: unset; } + +table { + margin: 0 0 2em 0; + width: 100%; + border-collapse: collapse; + border-spacing: 0; +} + +table thead { + border-bottom: solid 2px rgba(255, 255, 255, 0.125); +} + +table th { + color: #000; + font-size: 0.9em; + font-weight: 600; + padding: 0 0.75em 0.75em 0.75em; + text-align: left; +} + +table tbody tr:nth-child(2n+1) { + background-color: rgba(0, 0, 0, 0.025); +} + +table td { + padding: 0.75em 0.75em; +} \ No newline at end of file