Note: Redmat is no longer being maintained and may no longer be 100% compatible with the current Reddit.
Google's Material Design for Reddit. View the demo for markup required to style the sidebar.
- Click on redmat.css and paste the code into your subreddit's stylesheet.
- Upload the spritesheet in the images folder (but not the icons!) and hit save.
If you know how to use the command line and want to build your own version of redmat, the modifiable variables are in sass/_variables.scss
.
- Clone the project.
- Install Node and run
npm install
in the project's base directory. - Install gulp with
npm install --global gulp
. - Edit
sass/_variables.scss
or any of the other sass files and rungulp build
to produce the output css file. - Copy and paste the css from redmat.css into your subreddit's stylesheet and upload the images.