From 0327fc3c50afb59e13b585d2599ea97a764c260a Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 13 Dec 2023 05:25:23 +0900 Subject: [PATCH] [fix] bgc color --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 978b47f5..c85a6aff 100644 --- a/src/styles.css +++ b/src/styles.css @@ -157,5 +157,5 @@ html, body{ } .bgc{ - border-top: 1px solid rgba(98, 114, 164, 0.3); + border-top: 1px solid rgba(98, 114, 164, 0.7); } \ No newline at end of file