Skip to content

Commit

Permalink
Corrected unreadable colors in code snippets (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Aug 10, 2015
1 parent dd99720 commit fd091e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@import "modules/messaging/dense";
@import "modules/messaging/banners";
@import "modules/messaging/attachments";
@import "modules/messaging/code-snippets";

@import "modules/flexpane/base";
@import "modules/flexpane/channel";
Expand Down
16 changes: 16 additions & 0 deletions scss/modules/messaging/_code-snippets.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.sssh-variable {
color: adjust-hue($color-red, 90%);
}

.sssh-operator,
.sssh-property {
color: adjust-hue($color-red, 180%);
}

.sssh-meta {
color: $white;
}

.sssh-qualifier {
color: $white;
}

0 comments on commit fd091e8

Please sign in to comment.