sengi icon indicating copy to clipboard operation
sengi copied to clipboard

Allow custom CSS

Open NoZomIBK opened this issue 2 years ago • 1 comments

I am using the browser instance on https://sengi.nicolas-constant.com/ but the high contrast of the theme is a bit much for my eyes, so being able to tweak the css would be nice.

because of some guidelines i can not add some browser extension to do that.

so for my usecase a simple textfield where i can write some css rules which are loaded in the page would be nice. this might also help (at least as workaround) for other design related issues like #373 and #222

NoZomIBK avatar Feb 08 '23 11:02 NoZomIBK

I am also interested in that. For other people’s information, I currently use the custom filters provided by the uBlock Firefox extension.

An extract:

sengi.nicolas-constant.com## .stream-column[_ngcontent-c10]{  background-color: #131313!important;}
sengi.nicolas-constant.com## .notifications__selector[_ngcontent-c14]{background:#000!important;}
sengi.nicolas-constant.com## .stream-column__stream-selector[_ngcontent-c10]{background:#000!important;}
sengi.nicolas-constant.com## .direct-message{border:5px inset purple;}
sengi.nicolas-constant.com## .status-editor:has([title="DM"]) { border: 5px inset purple;}

raphaelbastide avatar Jan 26 '25 15:01 raphaelbastide