Skip to content

Commit

Permalink
Merge pull request #52 from szepeviktor/patch-3
Browse files Browse the repository at this point in the history
the css
  • Loading branch information
ralphbean committed Jun 6, 2014
2 parents 97977e5 + 418bef2 commit 620fc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansi2html/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def index2(grey):
def get_styles(dark_bg=True, scheme='ansi2html'):

css = [
Rule('#content', white_space='pre-wrap', word_wrap='break-word'),
Rule('.body_foreground', color=('#000000', '#AAAAAA')[dark_bg]),
Rule('.body_background', background_color=('#AAAAAA', '#000000')[dark_bg]),
Rule('.body_foreground > .bold,.bold > .body_foreground, body.body_foreground > pre > .bold',
Expand Down

0 comments on commit 620fc10

Please sign in to comment.