Files
cellxgene-gateway/examples/customized_docker_image/customize_ui.sh
2022-12-21 15:42:13 -05:00

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' {} \;