Allows editing a site-wide CSS file via the Magento 2 admin
- Download the files and copy them in your existing Magento installation
- php bin/magento module:enable Pgrigoruta_CustomCSS
- php bin/magento setup:upgrade
Add your own CSS at Stores > Configuration > Developer > Custom CSS. Cache clearning might be needed for the changes to appear in the frontend.