Custom Divider in Casper Theme

Is it possible to replace the plain gray line in the Divider card with a custom SVG graphic? It seems the divider is defined in the global.css file under “hr”, and SVG would have to be defined in HTML.

You could achieve this through CSS by setting the SVG as the background-image. See this guide for a couple different ways to do it: