From 62e32f75b8bd8a65e1aac2d4bf1b0df9f74f4bce Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 14 Nov 2024 19:20:40 +0200 Subject: [PATCH] remove unused stuff --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 4d21e3880..f2ee30960 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6354,7 +6354,7 @@ g { font-family: "Font Awesome 6 Pro"; font-weight: 900; -webkit-font-smoothing: antialiased; - display: var(--fa-display, inline-block); + display: inline-block; font-style: normal; font-variant: normal; line-height: 1; @@ -6388,7 +6388,7 @@ g { position: absolute; text-align: center; width: 100%; - z-index: var(--fa-stack-z-index,auto); + z-index: auto; } .fa-stack-1x { line-height: inherit;