Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse James Isler 54c214602e Documentation 2022-06-01 11:12:54 +02:00
Jesse James Isler 48baec9f50 add a Patch for the Login Screen 2022-06-01 11:01:22 +02:00
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Login Screen customisation
## This downloads the Prettier Login Screen from github.
## SRC:
wget https://raw.githubusercontent.com/TheEpicSnowWolf/Foundry-VTT-Prettier-Login-Screen/main/foundry_login.css
# Replace the BASE64 Data with the DND Logo
sed -i -e 's+url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);+url("https://static.dnd.theepicsnowwolf.com/naoulan/foundry/dnd_logo.svg")+g' ./foundry_login.css
# Append to the Foundry Style.css
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css