Skip to content

Commit 7795c23

Browse files
authored
gray footer (#1598)
1 parent 0c5932b commit 7795c23

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/assets/stylesheets/custom.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ h1 {
179179
}
180180

181181
.form-control::placeholder {
182-
color: lightgrey;
182+
color: lightgrey;
183183
opacity: 1; // Ensure full opacity in some browsers
184184
}
185185

@@ -200,6 +200,7 @@ h1 {
200200

201201
#footer {
202202
color: $header-grey;
203+
background-color: $grey;
203204
}
204205

205206
.single-profile {
@@ -232,7 +233,7 @@ h1 {
232233
}
233234
}
234235
}
235-
236+
236237

237238

238239
#footer, .single-profile {

0 commit comments

Comments
 (0)