diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/lex.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ Lex.prototype.css = function(){ ) + ( this.opacity === 0 ? "transparent f" + color_alphabet[mod(this.fg,16)] : - "f" + color_alphabet[mod(this.fg,16)] + "b" + color_alphabet[mod(this.bg,16)] + "f" + color_alphabet[mod(this.fg,16)] + " b" + color_alphabet[mod(this.bg,16)] ) } Lex.prototype.html = function(){ |
