Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/themes/introduction/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ These are guidelines that all themes are expected to abide by. Any themes that v
1. You may reverse-engineer or use other people's code, provided you have proper permission and your theme's core design does not rely on third-party code.
1. Minimize usage of language-specific selectors (e.g. `aria-label` attributes).
- If used, provide sensible fallbacks for other languages.
1. Avoid overspecificity
- e.g. superfluous use of !important, excessive nesting, unnecessarily qualifying selectors with type selectors

## Design
1. Themes should provide a cohesive design that notably alters the look and feel of Discord.
Expand Down