Skip to content

需要添加下table的字体颜色设置 #4

@byeage

Description

@byeage

html = f.read().replace("</style>", "\n a, p, h1, h2, h3, h4, h5, h6, li { color: " + f'''{foreground_color};''' + "}\n\n" + " body { background: " + f'''{background_color};''' + "}\n</style>")

a, p, h1, h2, h3, h4, h5, h6, li 这里可以再补充个 table, 在深色背景下,目前 table 内容字体颜色默认是黑色的,如果是背景颜色是就无法显示了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions