From 2b823669bae6b25be61899055f5a06ec25a58d3b Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Thu, 3 Dec 2020 16:29:18 -0500 Subject: [PATCH] feat(hanyuu): footer style --- public/index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index e839da5..2cf7d86 100644 --- a/public/index.php +++ b/public/index.php @@ -161,6 +161,11 @@ background-size: 144px 162px; } + /* footer */ + #hanyuu { + color: #8d85d3; + } + /* 700px breakpoint */ @media screen and (max-width: 700px) { footer, #homes, #services, footer { @@ -263,7 +268,7 @@