Removing meta div from display and custom css

At the moment no, sorry. The "card_css" is really just an object that is passed in as the container's "style" attribute. So you can think of it as:

<div style={card_css} />
<div style={{ color: 'red'}} />

So if you want fully custom and nested style overrides, the best solution for now would probably be to add a <style> tag to the index.html.

They're auto-generated, so we couldn't guarantee this. However, I'm open to adding more human-readable static class names to elements if you have a suggestion for what you (and potentially others) might want to customise. I also want to be adding more identifiers for recipes, views and a "global_css" setting for consistency. I wrote up some of the ideas in my comment here the other day: