A workaround is to put your css in the content editor itself. While not an ideal method, it works to override the default styling.
<style type="text/css">
html {background-color:#333;}
body {background-color:#424242;}
h1 {color:#fff;}
p {color:#e0e0e0;}
</style>