From 4eb449375f4b76aac5f8002d9ad411848e36bacc Mon Sep 17 00:00:00 2001 From: NEKODESUDX Date: Tue, 12 Nov 2024 05:26:01 +0900 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index dfd14cb..632ebce 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { font-family: Arial, sans-serif; - background-color: #001f3f; /* 黒い紺色 */ - color: #fff; /* 文字色を白に */ + background-color: #001f3f; + color: #fff; margin: 0; padding: 20px; display: flex;