Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.29 KB

webassign-darkmode

My take on a darkmode for the assignment/problem set app webAssign

Installation

Installation is real simple!

  1. Install Stylus for either Firefox, Chrome or Opera or Cascadea for Safari.
  2. Go to this page and a thing should come up asking to install the stylesheet.
  3. Hit install or whatever
  4. In the extension, there are customization options You can change things like the text colors, background colors, etc.
  5. Style updates should be automatic or you can go to the extension to check for updates.

Helping out

  1. Install the stylesheet first, then go into the stylesheet extension to edit it.
  2. Edit it.
  3. Fork and pull request.

KEEP IN MIND WHEN WORKING ON THIS:

  • I use the less preprocessor to allow for a more dynamic/customizable ui.
  • Do not use the css-asdfla tags, they are machine generated and might change.
  • Use as few tags as possible and make it as generic as you can, when possible. (ie. don't do each of the assignment, calendar cards individually, do them all at once using one css selector)
  • Try to avoid using !important when possible, it can break things, and there is 99% a better way (hint: be more specific in the selector)