Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Nov 11, 2024
1 parent 574b296 commit ffff4d2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* style.css */
body {
font-family: Arial, sans-serif;
background-color: #001f3f;
color: white;
background-color: #001f3f;
color: #fff;
margin: 0;
padding: 20px;
display: flex;
Expand All @@ -21,11 +20,11 @@ label {
margin-top: 10px;
}

input, button, textarea {
input, textarea {
margin-top: 5px;
padding: 8px;
font-size: 16px;
color: #006400;
color: #006400; /* 濃い緑色 */
}

button {
Expand All @@ -40,3 +39,6 @@ button:hover {
background-color: #45a049;
}

body, h1, p, label, a, button {
color: white;
}

0 comments on commit ffff4d2

Please sign in to comment.