Skip to content

Instantly share code, notes, and snippets.

@neilrenicker
Created April 22, 2016 22:44
Show Gist options
  • Save neilrenicker/12d0370f63685c770c24f60f52246ea1 to your computer and use it in GitHub Desktop.
Save neilrenicker/12d0370f63685c770c24f60f52246ea1 to your computer and use it in GitHub Desktop.
babeljs.io/repl userstyles
.babel-repl-reporter {
background-color: #323330;
border-color: rgba(255, 255, 255, 0.2);
color: white;
font-weight: bold;
height: 20vh;
}
@neilrenicker
Copy link
Author

neilrenicker commented Apr 23, 2016

A user style to improve the design of the console on http://babeljs.io/repl/. I use Stylish for Chrome to apply custom styles to a given domain.

bablejs-screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment