You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.
As an alternative (until a modifiable CSS option is available), the Firefox add-on Greasemonkey can be used to customize the page. For an example script, you can look at this sample script (hosted as a gist on github).
Note: to allow GreaseMonkey to operate on local files, the setting "extensions.greasemonkey.fileIsGreasable" must be set to true. The setting is accessible via Firefox's "about:config" URI.
Edit:
Another workaround is to add a style sheet via the firefox addon "Stylish".
I simply wrote a style sheet that affects all markdown files using the rule:
@-moz-document regexp("^.*\.md") { ... }
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
That would be great to allow the editing of the css to personalise how the markdown is rendered.
The text was updated successfully, but these errors were encountered: