From 8435fd31b082194cd4ec98f2b1e6fcd8d3cfe60b Mon Sep 17 00:00:00 2001 From: Hare Date: Mon, 26 Aug 2024 06:38:30 +0900 Subject: [PATCH] Update font color in app.scss to white --- src/lib/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/app.scss b/src/lib/app.scss index e367def..37f2f17 100644 --- a/src/lib/app.scss +++ b/src/lib/app.scss @@ -12,7 +12,7 @@ body { margin: 0; padding: 0; - color: #000; + color: #ffffff; font-family: 'ZenKakuGothicNew-Regular', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'MS PGothic', sans-serif; font-size: 16px;