This should work; but not 100% certain.
This commit is contained in:
Jesse James Isler 2022-06-01 15:40:13 +02:00
parent 52df7b1768
commit 95353dca98
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ sed -i -e 's+url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1H
sed -i -e 's+rgb(150, 12, 16)+rgb(0, 150, 136)+g' ./foundry_login.css
sed -i -e 's+rgb(228, 9, 19)+rgb(0, 188, 170)+g' ./foundry_login.css
# Make the Width responsive
sed -i -e 's+width: 400px !important;+width: 90% !important;+g' ./foundry_login.css
# Make the Width responsive and add a sick blur effect
sed -i -e 's+width: 400px !important;+width: 90% !important;backdrop-filter: blur(7px) !important;+g' ./foundry_login.css
# Append to the Foundry Style.css
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css