From b025130e43c86bccc289e5bd1b73488218d4f5e6 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 12 May 2022 17:58:38 +0200 Subject: Upgrade markdown --- sass/_markdown.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'sass') diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 262c030..1318594 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -43,3 +43,28 @@ background-color: #f2f1f0; padding: 0 20px; } + +.content table { + border-collapse: collapse; + font-family: Tahoma, Geneva, sans-serif; +} +.content table td { + padding: 15px; +} +.content table thead th { + background-color: var(--primary-color); + color: #ffffff; + font-weight: bold; + font-size: 13px; + border: 1px solid var(--primary-color); +} +.content table tbody td { + color: #636363; + border: 1px solid #dddfe1; +} +.content table tbody tr { + background-color: #f9fafb; +} +.content table tbody tr:nth-child(odd) { + background-color: #ffffff; +} -- cgit v1.2.3