From 9b1bcf870b2d5801f33305ba88fb2a9734f23a03 Mon Sep 17 00:00:00 2001 From: Max Base Date: Wed, 4 Sep 2024 14:21:35 +0330 Subject: [PATCH] Fix #875 --- src/pages/home/introduction/index.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/home/introduction/index.scss b/src/pages/home/introduction/index.scss index b598dfc0e16..216cb76a3aa 100644 --- a/src/pages/home/introduction/index.scss +++ b/src/pages/home/introduction/index.scss @@ -26,10 +26,9 @@ word-break: break-word; } p { - opacity: 0.56; - font-family: Avenir-Medium; - font-size: 18px; - color: #999; + font-family: sans-serif; + font-size: 20px; + color: black; } ul { list-style: none;