Last active
May 25, 2017 11:37
-
-
Save davidsharp/ce6c3ee2b0f38e4d3acaf71c96cd8f81 to your computer and use it in GitHub Desktop.
Gonna write something that automates this, but drop this (c+p) into `./node_modules/react-native/local-cli/server/util/debugger.html`
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 { | |
| font-family: "Fira Code", "Courier New", monospace; | |
| font-size: large; | |
| font-weight: 200; | |
| margin: 0; | |
| padding: 0; | |
| color: white; | |
| background-color: black; | |
| background: linear-gradient(15deg, #44dd44, #dddd44); | |
| height: 100vh; | |
| text-shadow: -1px 1px 2px #222; | |
| } | |
| a {color:#DCF;text-decoration-line:none;} | |
| .shortcut { | |
| border-radius: 4px; | |
| color: #eee; | |
| background-color: #333; | |
| font-family: "Monaco", monospace; | |
| font-size: medium; | |
| letter-spacing: 3px; | |
| padding: 4px; | |
| text-shadow: none; | |
| } | |
| .content { | |
| padding: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment