From e4a3efa879270a8b41e9a9921aa4ad8e4abb06ca Mon Sep 17 00:00:00 2001 From: Hunternif Date: Sat, 15 Feb 2025 20:52:11 +0000 Subject: client: fix Font Awesome mass delete icon --- client/css/post-list-view.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.3