mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
4 lines
178 B
Bash
4 lines
178 B
Bash
# make the header bright green
|
|
find "${CELLXGENE_GATEWAY_DIR}/templates" -name index.html -exec sed -i -e 's/<head>/<head>\
|
|
> <style> header h3 {color: #0F0;} <\/style>/g' {} \;
|