aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/assets/logo@2x.png (renamed from src/main/resources/static/logo@2x.png)bin4822 -> 4822 bytes
-rw-r--r--src/main/assets/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/static/logo@2x.png b/src/main/assets/logo@2x.png
index 6febeaf9..6febeaf9 100644
--- a/src/main/resources/static/logo@2x.png
+++ b/src/main/assets/logo@2x.png
Binary files differ
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;