You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/unreleased.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,13 @@ Example:
24
24
25
25
-->
26
26
27
+
## Added
28
+
29
+
- (#1458) Added CSS color classes to context tags for custom styling
30
+
- Context tags now receive a BEM modifier class (`context-tag--color-0` through `context-tag--color-19`) based on a consistent hash of the context name
31
+
- Enables users to style individual contexts via CSS snippets
32
+
- Thanks to @phortx for the contribution
33
+
27
34
## Fixed
28
35
29
36
- (#1472) Fixed task dependencies not being stored as wikilinks in frontmatter
0 commit comments