Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Custom CSS Feature #10707

Closed
wants to merge 2 commits into from
Closed

Add Custom CSS Feature #10707

wants to merge 2 commits into from

Conversation

fti7
Copy link

@fti7 fti7 commented Aug 30, 2019

Linked PR: matrix-org/matrix-react-sdk#3369

This PR implements a Custom CSS-Stylesheet Feature within the User-Settings Menu.
There is a Textarea where Users can put their CSS Overrides into.
This will be stored in the SettingsStore and loaded/injected into the Interface.

Its a pragmatic hack and should be replaced with a real Theming Engine in the Future. :-)

But for now this enables Theming Experiments and visual impaired Persons to modify the Interface for their needs.

Will fix #7316

Signed-off-by: Frank Isemann frank@isemann.name

Signed-off-by: Frank Isemann <frank@isemann.name>
@lampholder
Copy link
Member

As per my comments on #7316, with our experiments started in the direction of structured themeing (see matrix-org/matrix-react-sdk#3503), I think we should in the end not merge this custom css-based approach. Thank you for pitching and pushing on it though!

@lampholder lampholder closed this Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Custom CSS Stylesheet
2 participants