Skip to content

Commit c689f88

Browse files
committed
updated ease of readability for contact component
1 parent 938fd9b commit c689f88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/components/Contact/styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
102102

103103
#myfile {
104104
font-size: 16px;
105-
color: $background;
105+
color: $header;
106106
}
107107

108108
#contact-submit {
109109
border: none;
110-
color: $background;
110+
color: $header;
111111

112112
&:hover {
113113
border: none;
@@ -147,9 +147,9 @@ input[type='file'] {
147147
margin-top: 20px;
148148
margin-left: -4px;
149149
padding: 10px;
150-
border: 1px dotted $background;
150+
border: 1px dotted $header;
151151
outline: none;
152-
color: $background;
152+
color: $header;
153153
background-color: transparent;
154154
border-radius: 8px;
155155
&:hover {

0 commit comments

Comments
 (0)