Skip to content

Commit

Permalink
Workaround to fix #78
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jul 1, 2017
1 parent ae9970d commit 733fad1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
greetings: greeting,
name: "terminal",
height: 550,
prompt: emph("≫ "),
prompt: "[[;;;prompt]≫ ]",
clear: false, // do not include 'clear' command
exit: false, // do not include 'exit' command
checkArity: false,
Expand Down
7 changes: 7 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ p.desc {
box-shadow: 0px 3px 8px #1a1a1a;
}

/* jQuery Terminal */
.prompt {
font-weight: bold;
/* workaround for https://github.com/sharkdp/insect/issues/78 */
letter-spacing: 1px;
}

/* syntax highlighting */

.hl-emphasized {
Expand Down

0 comments on commit 733fad1

Please sign in to comment.