Skip to content

Commit 6c4cb0e

Browse files
Update style.css
Just updated error message font weight. :P
1 parent 3778d1e commit 6c4cb0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ button[type="submit"] {
108108
}
109109

110110
.error {
111-
background-color: white;
111+
background-color: #ffffff;
112112
color: #43334C;
113113
padding: 8px 12px;
114114
border-radius: 5px;
115115
margin-top: 5px;
116+
font-weight: 600;
116117
font-size: 14px;
117118
display: block;
118119
}

0 commit comments

Comments
 (0)