From 9574ca0bbcf1b7b299671340d958f7a5ab45277b Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Tue, 13 Aug 2024 22:33:19 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- memoapp/public/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memoapp/public/styles.css b/memoapp/public/styles.css index d5f0baf..659d156 100644 --- a/memoapp/public/styles.css +++ b/memoapp/public/styles.css @@ -120,7 +120,7 @@ form button.back:hover { .memo-actions { display: flex; justify-content: space-between; - margin-bottom: 10px; /* 追加: 「戻る」ボタンの上に余白を追加 */ + margin-bottom: 10px; } .memo-actions form { @@ -136,7 +136,7 @@ form button.back:hover { } .memo-actions .edit { - background-color: #28a745; /* 緑色に統一 */ + background-color: #28a745; } .memo-actions .edit:hover {