diff options
Diffstat (limited to 'src/main/assets/style.css')
-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 { |