commit 5f7c079fb6031140a98cba080eafc0c8147ec27f
parent 80346c3084b8c0453fa2d344e1f8c282d2f1f2d3
Author: 諒太 林 <ryouturn@gmail.com>
Date: Tue, 23 Apr 2024 16:29:25 +0900
edit background for green
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/App.css b/src/App.css
@@ -14,7 +14,7 @@
}
.App-header {
- background-color: #282c34;
+ background-color: #228b22;
min-height: 100vh;
display: flex;
flex-direction: column;
@@ -25,7 +25,7 @@
}
.App-link {
- color: #61dafb;
+ color: #228b22;
}
@keyframes App-logo-spin {