Skip to content

HTML: Uppercase scene titles with CSS #25

@cweiske

Description

@cweiske

I don't want to have uppercase scene names, but screenplain writes them uppercase in the HTML file.

If screenplain used CSS to uppercase them instead of hard-coding them uppercase into the html file, I could simply remove the CSS rule to get my desired output.

h6 {
    text-transform: uppercase;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions