We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938fd9b commit c689f88Copy full SHA for c689f88
app/components/Contact/styles.scss
@@ -102,12 +102,12 @@
102
103
#myfile {
104
font-size: 16px;
105
- color: $background;
+ color: $header;
106
}
107
108
#contact-submit {
109
border: none;
110
111
112
&:hover {
113
@@ -147,9 +147,9 @@ input[type='file'] {
147
margin-top: 20px;
148
margin-left: -4px;
149
padding: 10px;
150
- border: 1px dotted $background;
+ border: 1px dotted $header;
151
outline: none;
152
153
background-color: transparent;
154
border-radius: 8px;
155
0 commit comments