aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--src/App.js2
l---------[-rw-r--r--]src/assets/pleromatan_apology_fox.pngbin533320 -> 39 bytes
-rw-r--r--[l---------]static/pleromatan_apology_fox.pngbin40 -> 533320 bytes
4 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index c6a12fc1..809318cf 100644
--- a/index.html
+++ b/index.html
@@ -22,6 +22,7 @@
font-family: sans-serif;
color: #b9b9ba;
position: absolute;
+ z-index: 99;
"
>
<img
diff --git a/src/App.js b/src/App.js
index 6f140612..9c1f24a7 100644
--- a/src/App.js
+++ b/src/App.js
@@ -47,7 +47,7 @@ export default {
watch: {
themeApplied (value) {
document.querySelector('#app').classList.remove('hidden')
- document.querySelector('#splash').className = 'hidden'
+ document.querySelector('#splash').classList.add('hidden')
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
}
},
diff --git a/src/assets/pleromatan_apology_fox.png b/src/assets/pleromatan_apology_fox.png
index 17f87694..b3db4af3 100644..120000
--- a/src/assets/pleromatan_apology_fox.png
+++ b/src/assets/pleromatan_apology_fox.png
Binary files differ
diff --git a/static/pleromatan_apology_fox.png b/static/pleromatan_apology_fox.png
index 5892f0cb..17f87694 120000..100644
--- a/static/pleromatan_apology_fox.png
+++ b/static/pleromatan_apology_fox.png
Binary files differ