From 6e1566c824c5100716a63d14ced17e197fc1a8a0 Mon Sep 17 00:00:00 2001 From: NEKODESUDX Date: Thu, 12 Dec 2024 15:42:24 +0900 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 091d909..33c2cd4 100644 --- a/style.css +++ b/style.css @@ -29,7 +29,7 @@ input, textarea { font-size: 16px; background-color: #333; border: 1px solid #ccc; - border-radius: 0; /* 角を丸めない */ + border-radius: 0; color: white; outline: none; }