- ssh in and stop the BlockScout service:
sudo systemctl stop blockscout.service - Navigate to
blockscout/apps/block_scout_web/assets/css/theme. - Edit
_poa_variables.scsswith appropriate theme colors. - Rebuild the static assets:
sudo npm run-script deploy(from blockscout/apps/block_scout_web/assets directory). - Restart the BlockScout service:
sudo systemctl start blockscout.service
AWS Marketplace (deprecated)
Customizing CSS on Blockscout AWS Marketplace
Customize a Blockscout AWS Marketplace deployment by editing _poa_variables.scss, rebuilding static assets, and restarting the blockscout service.
If you would like to customize the theme, follow these steps after a successful deployment: