Customise error overlay in webpack-hot-middleware module

Howdy.

Does anyone know how to customise the webpack-hot-middleware error message overlay (source linked below)? Specifically I want to increase the font-size. I can see where it is set and would like to put a setting into the webpack config file.

https://github.com/glenjamin/webpack-hot-middleware/blob/master/client-overlay.js

Cheers n beers!

From the client.js configuration it looks like you can only enable/disable the overlay, but not pass an object with different styles.

The only other way I can think of is to style the div that gets injects in the DOM, but it’s not really reliable!