Skip to content

Commit a24bae5

Browse files
committed
Tweak to best practices for App themes
1 parent ec3d4cb commit a24bae5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

en/Tutorials/Best practices for App themes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ The most common source of issues comes from broken selectors. New versions of Ob
1818

1919
Obsidian is designed to be used with local files, and prioritizes user privacy. It's important to consider that Obsidian can be used offline, and therefore you should avoid loading remote resources such as fonts and images.
2020

21-
## Plugin compatibility
21+
## Compatibility
2222

23-
- Compatibility with plugins and snippets
24-
- Avoid `!important` declarations
23+
Obsidian is designed for extensibility with community plugins and snippets. We encourage you to write your theme code to maximize compatibility with plugins and Obsidian features.
24+
25+
- Avoid `!important` declarations
26+
- Avoid using very high specificity selectors

0 commit comments

Comments
 (0)