Skip to content

CSS modernized

Peter Pfeufer requested to merge ppfeufer/allianceauth:modernize-css into master

CSS modernization

  • Unused rules removed (RE: old FA icons)
  • #HEX color => RGB color (Browser handle that better)
  • Rules combined to shorthand syntax where applicable
  • Browser prefixed rules removed, it's not the 80s anymore, time to use modern a browser
  • Fixed some syntax errors
  • Stylelint made happy
Edited by Peter Pfeufer

Merge request reports