Skip to content

Instantly share code, notes, and snippets.

@brunolm
Last active May 3, 2019 13:59
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunolm/7f398b34367a421b2d51e2dbb2f8b3ef to your computer and use it in GitHub Desktop.
Save brunolm/7f398b34367a421b2d51e2dbb2f8b3ef to your computer and use it in GitHub Desktop.
Workflowy Theme
body .page {
width: 800px !important;
margin: 0 auto !important;
}
body .children {
margin-bottom: 0px !important;
padding: 0px !important;
}
body #keyboardShortcutHelper {
opacity: .1;
}
body #keyboardShortcutHelper:hover {
opacity: 1;
}
body .selected>.name>.content {
line-height: 48px;
}
.project.open > .name > .bullet {
display: block;
}
#sharePopup .share_prompt #shareTypeSelector .shareTypeOption.chosenShareTypeOption .rightOfTheBullet {
background: transparent;
}
/* Code Formatting */
body .notes > .content {
font-style: normal;
}
code {
font-family: Consolas, "Courier New", monospace;
}
.kwd { color: #569cd6; }
.pun { color: #d4d4d4; }
.pln { color: #9cdcfe; }
.str { color: #ce9178; }
.typ { color: #4ec9b0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment