Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hopscotch version bump to 1.0.1 #917

Merged
merged 1 commit into from Aug 25, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/styles/hopscotch.css
@@ -1,5 +1,7 @@
@import url(http://fonts.googleapis.com/css?family=Fira+Mono);

/*
* Hopscotch
* Hopscotch v1.0.1
* by Jan T. Sott
* https://github.com/idleberg/Hopscotch
*
Expand Down Expand Up @@ -82,6 +84,12 @@
background: #322931;
color: #b9b5b8;
padding: 0.5em;
font-family: "Fira Mono", Menlo, Monaco, "Lucida Console","Courier New", Courier, monospace;
font-size: 16px;
line-height: 1.375;
direction: ltr;
text-align: left;
word-spacing: normal;
}

.coffeescript .javascript,
Expand Down