From 225ee6261b036fd5199893946784fa5d2096d169 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sat, 6 Aug 2022 21:40:37 +0300 Subject: [PATCH] bump promotional text opacity to 0.4 --- src/components/WelcomeModal.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/WelcomeModal.vue b/src/components/WelcomeModal.vue index c1418b8..fbdac80 100644 --- a/src/components/WelcomeModal.vue +++ b/src/components/WelcomeModal.vue @@ -6,8 +6,8 @@ 0.1.0

- Alice is a web based music player that is designed to provide a home 🏡 for - all your local music files 💿️. + Alice is a web based music player that is designed to provide a home 🏡 + for all your local music files 💿️.


@@ -22,8 +22,8 @@

On top of that, you need to enable loading mixed content in your browser - to to load local images 🖼️. Firefox usually supports this by default, but you - may need to enable it in Chrome. + to to load local images 🖼️. Firefox usually supports this by default, but + you may need to enable it in Chrome.



@@ -89,7 +89,7 @@ .bottom-banner { font-size: small; margin-top: 1rem; - opacity: 0.25; + opacity: 0.4; a { color: $red;