1
2/* ================= GENERAL ================= */
3
4html.moaied,
5body.moaied {
6 background: none;
7}
8
9/* Make the editor pane and preview pane stand out by making the overall background a little darker/lighter */
10#moaied__wrapper {
11 background: rgba(128,128,128,0.15);
12}
13