File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,10 @@ header nav.navbar .nav-item {
253
253
margin : 1.5em 0 0
254
254
}
255
255
256
+ .btn-secondary {
257
+ color : #fff ;
258
+ }
259
+
256
260
footer {
257
261
background : var (--secondary-color );
258
262
margin-top : 2em ;
@@ -321,9 +325,14 @@ footer #footer-resources i {
321
325
/* Forms
322
326
------------------------------------------------------------------------- */
323
327
.form-control {
328
+ color : var (--gray-700 );
324
329
height : 45px ;
325
330
}
326
331
332
+ .form-group .form-control :focus {
333
+ color : var (--text-color );
334
+ }
335
+
327
336
.form-group.has-error .form-control {
328
337
border-color : var (--red );
329
338
}
@@ -395,7 +404,7 @@ body#homepage .jumbotron .btn {
395
404
body #homepage .jumbotron P {
396
405
margin-bottom : 15px ;
397
406
font-size : 23px ;
398
- font-weight : 200
407
+ font-weight : 400
399
408
}
400
409
401
410
/* Page: 'Login'
Original file line number Diff line number Diff line change 1
1
{{ include (' blog/_delete_post_confirmation.html.twig' ) }}
2
2
<form action =" {{ url(' admin_post_delete' , {id : post .id }) }}" method =" post" data-confirmation =" true" id =" delete-form" >
3
3
<input type =" hidden" name =" token" value =" {{ csrf_token(' delete' ) }}" />
4
- <button type =" submit" class =" btn btn-lg btn- block btn-danger" >
4
+ <button type =" submit" class =" btn btn-block btn-danger" >
5
5
<i class =" fa fa-trash" aria-hidden =" true" ></i >
6
6
{{ ' action.delete_post' | trans }}
7
7
</button >
You can’t perform that action at this time.
0 commit comments