-
-
Save bhatmand/1d487f32e110781d6b93955e55e74bf5 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 { | |
| border: none !important; | |
| } | |
| .kineticjs-content { | |
| background-color: #282c34; | |
| } | |
| td { | |
| background-color: #282c34; | |
| } | |
| #leftPane { | |
| padding: 0; | |
| } | |
| #textHolder { | |
| border: none; | |
| background: #21252b; | |
| } | |
| .tabbable { | |
| background: #21252b; | |
| width: 400px; | |
| } | |
| #textArea { | |
| background-color: #21252b; | |
| color: #9da5b3; | |
| font-size: 20px; | |
| font-family: 'Andale Mono'; | |
| margin-left: 20px !important; | |
| width: 400px !important; | |
| height: 650px; | |
| padding-top: 20px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment