From 925820e0c73855249c9251a53845bd50ee54dd23 Mon Sep 17 00:00:00 2001 From: XirTech Date: Fri, 28 Jul 2023 02:31:10 +0800 Subject: [PATCH] fix some style --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3b57b26..5479abe 100644 --- a/style.css +++ b/style.css @@ -174,13 +174,19 @@ body { display: inline-block; max-width: 100%; } +.home .grid-container-2 .message .intro span{ + /* color: var(--black-color); */ + -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */ + -webkit-text-stroke-width: 0.10rem; + /* -webkit-text-stroke-color: black; */ +} .home .grid-container-2 .message .intro :is(h1){ margin-bottom: 1rem; font-size: 3rem; font-weight: bold; } .home .grid-container-2 .message .intro :is(p){ - margin-block: 1rem; + margin-bottom: 1rem; font-size: 1.20rem; color: var(--gray-color); font-weight: 550;