From df6d61ca76b7fb968ac05cdd44dc48b8b4e5cda0 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 24 Feb 2023 13:21:28 +0200 Subject: [PATCH] custom.scss: use black colour for table contents Signed-off-by: Dmitry Baryshkov --- _sass/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/custom.scss b/_sass/custom.scss index a7cc8e8..245773e 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -13,4 +13,5 @@ table { width: auto; margin-right: 30px; display: inline-block; + color: #111; };