diff options
author | Vitaly Takmazov | 2023-03-20 22:36:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-03-21 03:11:42 +0300 |
commit | 72e075069e0f565fd2830f4a252bd8b449ef4b6b (patch) | |
tree | b9a3a346a5e005d125a356b70691098b04b2355c /src | |
parent | 41260a9db066de89ccef15bc5145537d74c5bc6b (diff) |
drop `file-loader`, fix Webpack assets
Diffstat (limited to 'src')
-rw-r--r-- | src/main/assets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |