mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:33:08 +02:00
...
This commit is contained in:
parent
9c35237c50
commit
ce642a0a6d
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ def set_user_stylesheet(self):
|
|||
prefix = '''
|
||||
body { %s }
|
||||
'''%('; '.join(brules))
|
||||
print (prefix)
|
||||
raw = prefix + opts.user_css
|
||||
raw = '::selection {background:#ffff00; color:#000;}\n'+raw
|
||||
data = 'data:text/css;charset=utf-8;base64,'
|
||||
|
|
|
|||
Loading…
Reference in a new issue