diff options
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r-- | src/main/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 4f16fd66..b214e92c 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -190,7 +190,7 @@ pre::selection { } #logo a { - background: url("logo@2x.png") no-repeat !important; + background: url("./logo@2x.png") no-repeat !important; background-size: cover !important; border: 0; display: block; |