Making changes - ntoff/Octoprint-CyborgTheme GitHub Wiki

Changes should be put in overrides.css and then "minified" to overrides-min.css, as that is the file that gets loaded.

overrides.css is left only to be a more human readable file to edit, and to keep comments intact. Once tweaked, it should be minified and saved as overrides-min.css.

update: No longer using minified css since v0.1.3, just shove changes in overrides.css and anything to do with icons goes in overrides-icons.css