Last active
May 3, 2019 13:59
-
-
Save brunolm/7f398b34367a421b2d51e2dbb2f8b3ef to your computer and use it in GitHub Desktop.
Workflowy Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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