overbitenx icon indicating copy to clipboard operation
overbitenx copied to clipboard

[Enhancement] Custom styling?

Open Jan69 opened this issue 6 years ago • 2 comments

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?

Jan69 avatar Jun 14 '19 07:06 Jan69

I'm not likely to change the default styling at this point.

However, I'm not opposed to a feature to allow people to set a stylesheet of their own. It's not something I'm planning to work on imminently, though, but I'll consider a PR if this is a big deal to you.

classilla avatar Jun 14 '19 08:06 classilla