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 0c5932b commit 7795c23Copy full SHA for 7795c23
1 file changed
app/assets/stylesheets/custom.scss
@@ -179,7 +179,7 @@ h1 {
179
}
180
181
.form-control::placeholder {
182
- color: lightgrey;
+ color: lightgrey;
183
opacity: 1; // Ensure full opacity in some browsers
184
185
@@ -200,6 +200,7 @@ h1 {
200
201
#footer {
202
color: $header-grey;
203
+ background-color: $grey;
204
205
206
.single-profile {
@@ -232,7 +233,7 @@ h1 {
232
233
234
235
-
236
+
237
238
239
#footer, .single-profile {
0 commit comments