commit 437e2107ff01be1fdc2ffd5decfe0acf921cfbd7 parent 5f7c079fb6031140a98cba080eafc0c8147ec27f Author: 諒太 林 <ryouturn@gmail.com> Date: Tue, 23 Apr 2024 16:38:20 +0900 url color change for blue Diffstat:
| M | src/App.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.css b/src/App.css @@ -14,7 +14,7 @@ } .App-header { - background-color: #228b22; + background-color: #4083ff; min-height: 100vh; display: flex; flex-direction: column;