custom.scss: use black colour for table contents

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
Dmitry Baryshkov
2023-02-24 13:21:28 +02:00
parent 02162bf5d4
commit df6d61ca76

View File

@@ -13,4 +13,5 @@ table {
width: auto;
margin-right: 30px;
display: inline-block;
color: #111;
};