Skip to content

Commit

Permalink
[cw|#63] update highlightjs custom code color and weight
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwalsh committed Dec 3, 2018
1 parent b876ce4 commit 5de49a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/app/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Custom BubbleGum Code Highlight Theme
font-size: x-large;
text-shadow: none;
line-height: 1.4em;
font-weight: normal;
}

.hljs-keyword,
Expand All @@ -27,7 +28,8 @@ Custom BubbleGum Code Highlight Theme

.hljs,
.hljs-subst {
color: #d27aff;
/* color: #d27aff; */
color: #9061a4;
}

.hljs-string,
Expand Down

0 comments on commit 5de49a6

Please sign in to comment.