1
2/*   ================= GENERAL =================   */
3
4/* Make the editor pane and preview pane stand out by making the overall background a little darker/lighter */
5#moaied__wrapper {
6    background: rgba(128,128,128,0.15);
7}
8/*   ================= TOOLBAR =================   */
9
10#moaied__editor .toolbutton {
11    height: 2.2em;
12    width: 2.2em;
13    padding: 0;
14}
15