diff options
Diffstat (limited to 'client/css/post-list-view.styl')
| -rw-r--r-- | client/css/post-list-view.styl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 1609870..60679bf 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -155,8 +155,9 @@ background: rgba(255, 0, 0, 0.7) &:after color: white - font-family: FontAwesome; + font-family: 'Font Awesome 5 Free'; content: "\f1f8"; // fa-trash + font-weight: 900; // not visible at other weights &:not(.delete) background: rgba(200, 200, 200, 0.7) &:after |