Skip to content

[Enhancement] Custom styling? #10

@Jan69

Description

@Jan69

For example I'd find it nice to have default styling be along the lines of

/* light-gray background to not burn eyes out */ 
body {font-family: monospace;background:#ddd;}    
/*center phlog text, but don't change text alignment*/    
pre#pre {width: min-content;margin:auto}

(personally would use a bit more styling, but that'd be what I'd expect the default to be)
I know I can unpack the extention, change the styling, and repack (or change and then create it), but that's a bit of a hassle, and has to be done after every update (don't think can auto-update that repacked extention either),

I would think that adding either a textbox to paste styling into on the extention settings page, or having the native part read a css file and return that as well, wouldn't be terribly difficult?

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