Fixed replacements
This commit is contained in:
parent
faf2cb304d
commit
26649e6289
@ -15,7 +15,7 @@ sed -i -e 's/SHOWHEADERTOP = false/SHOWHEADERTOP = '"${HEADERTOP}"'/g' /app/src/
|
||||
sed -i -e 's/CATEGORIES = "normal"/CATEGORIES = "'"${CATEGORIES}"'"/g' /app/src/variables.ts
|
||||
|
||||
# CSS replacement
|
||||
sed -i -e 's/background-color: theme\(colors\.slate\.50\)/background-color: '"${BGCOLOR}"'/g' /app/src/tailwind.css
|
||||
sed -i -e 's/background-color: theme\(colors\.gray\.950\)/background-color: '"${BGCOLORDARK}"'/g' /app/src/tailwind.css
|
||||
sed -i -e 's/background-color: theme(\(colors\.slate\.50\))/background-color: '"${BGCOLOR}"'/g' /app/src/tailwind.css
|
||||
sed -i -e 's/background-color: theme(\(colors\.gray\.950\))/background-color: '"${BGCOLORDARK}"'/g' /app/src/tailwind.css
|
||||
|
||||
exec "$@"
|
Loading…
Reference in New Issue
Block a user