Last active
June 13, 2018 15:59
-
-
Save agrublev/8d6e2dcb7586efa17bbe82e411d6c969 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 div .logo-wrap { | |
display:none !important; } | |
.embed-scope .cm-tag { | |
color: #e2831b; | |
}.embed-scope .cm-property { | |
color: #fdb0f3; | |
}.embed-scope .cm-number { | |
color: #3ca731; | |
}input, | |
textarea, | |
[contenteditable] { | |
caret-color: #119611; | |
} | |
.static pre { | |
width: 100%; | |
padding: 15px; | |
color: #f57da2;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment