From 72e075069e0f565fd2830f4a252bd8b449ef4b6b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 20 Mar 2023 22:36:39 +0300 Subject: drop `file-loader`, fix Webpack assets --- src/main/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index a7df42c4..ff22fffe 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -1027,8 +1027,8 @@ article p { } #apple a { - color: #222; - background: url("./siwa.png") no-repeat var(--main-background-color); + background: url("./siwa.png") no-repeat var(--main-background-color) !important; + background-size: cover !important; } #xmpp>a { -- cgit v1.2.3