iterami/Docs.htm/Standards/CSS
- Dark theme colors must be used whenever possible.
- Each selector should be on its own line with either a comma or an opening brace at the end of the line.
- Never use color names, only hex values. Use 3-character hex notation whenever possible.
- No spaces before opening braces.
- Put base selectors 1st and interaction-based selectors separatly at the end of the file, separated by a newline.
- Properties and selectors should be in alphabetical order.