From a74049b3454e5df2edfcee736c6d646038dcdd6f Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Sat, 8 Oct 2022 16:40:19 +0000 Subject: [PATCH] website: update home page style. b0eb01e566827ac2c40a5d682d1db476c0c349b3 --- index.html | 6 +++--- style/style.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 80473ec3..b8aa8016 100644 --- a/index.html +++ b/index.html @@ -67,10 +67,10 @@ React - + -Styled Components +Styled Components @@ -95,7 +95,7 @@

Emmet - + nginx diff --git a/style/style.css b/style/style.css index 24d7af90..9b30213c 100644 --- a/style/style.css +++ b/style/style.css @@ -307,6 +307,7 @@ body.home .h1wrap p { } .home-card a:hover { --bg-opacity: 1; + color: var(--color-bg-subtle); } .home-card a svg { min-width: 1.6rem;