Skip to content

Instantly share code, notes, and snippets.

@ncronquist
Created June 5, 2015 06:28
Show Gist options
  • Save ncronquist/82821f114e29876a7a7c to your computer and use it in GitHub Desktop.
Save ncronquist/82821f114e29876a7a7c to your computer and use it in GitHub Desktop.
Slightly Modified Epic Editor Epic Dark CSS for Use with DevBoxTools
html.epiceditorclass { padding:10px; }
body.epiceditorclass {
border:0;
background:rgb(41,41,41);
font-family:monospace;
font-size:16px;
padding:10px;
color:#ddd;
line-height:1.35em;
margin:0;
padding:0;
}
div#epiceditor {
margin-left: -8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment