Skip to content

Commit a25124c

Browse files
committed
feat: usersetting.css - add color and font styles
1 parent 378dc64 commit a25124c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/style/usersetting.css

+13
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,18 @@
66
flex-direction: column;
77
gap: 1rem;
88
max-width: 600px;
9+
span {
10+
color: #c2c2c2;
11+
}
12+
label {
13+
color: #000000;
14+
font-weight: 600;
15+
}
16+
input {
17+
font-weight: 400;
18+
}
19+
textarea {
20+
font-weight: 400;
21+
}
922
}
1023
}

0 commit comments

Comments
 (0)