Update font color in app.scss to white

This commit is contained in:
Keisuke Hirata 2024-08-26 06:38:30 +09:00
parent f5cec3dd22
commit 8435fd31b0

View File

@ -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;