make CSS monoline
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
# CSW: ignore
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
|
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|||||||
@ -91,7 +91,8 @@ def get_style():
|
|||||||
pre code {
|
pre code {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
"""
|
""".splitlines()
|
||||||
|
content = ''.join([line.strip() for line in content])
|
||||||
return content + "pre code .space {color: var(--light-bg)}"
|
return content + "pre code .space {color: var(--light-bg)}"
|
||||||
|
|
||||||
def pre_with_br(html):
|
def pre_with_br(html):
|
||||||
|
|||||||
Reference in New Issue
Block a user