Skip to content

Instantly share code, notes, and snippets.

@zonble
Last active April 30, 2016 18:15
Show Gist options
  • Save zonble/bdb5014d1318cb4bf11307f53d160dd1 to your computer and use it in GitHub Desktop.
Save zonble/bdb5014d1318cb4bf11307f53d160dd1 to your computer and use it in GitHub Desktop.
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
body {
font-family: Helvetica, "Noto Sans CJK TC", cwTeXHei, sans-serif !important;
font-size: 10pt !important;
}
.CodeMirror {
width: auto !important; /*override the width below*/
width: 100%;
max-width: 800px;
border: 1px solid #eee;
height: auto;
}
#header {
background-color: "#666666";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment