Skip to content

Commit

Permalink
solved #2
Browse files Browse the repository at this point in the history
  • Loading branch information
clupasq committed Apr 15, 2016
1 parent 4a26984 commit 8eb8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regex_crossword.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
function appendStyles() {
var styleTag = d.createElement('style');
styleTag.type = 'text/css';
styleTag.textContent = '.clue-error{color:red;}.clue-ok{color:#2A2;}';
styleTag.textContent = '.clue-error{color:red;}.clue-ok{color:rgba(46, 159, 255, 0.54);}';
d.head.appendChild(styleTag);
}

Expand Down

0 comments on commit 8eb8027

Please sign in to comment.