diff --git a/docs-rs/trait-tags.html b/docs-rs/trait-tags.html index 3f65362213..bdd7ba1fb2 100644 --- a/docs-rs/trait-tags.html +++ b/docs-rs/trait-tags.html @@ -16,6 +16,8 @@ 'ScheduleLabel', 'SystemSet', 'SystemParam', + 'Relationship', + 'RelationshipTarget' ]; // Find all traits that are implemented by the current type. @@ -138,7 +140,7 @@ } .resource-tag { - --tag-color: oklch(50% 27% 130); + --tag-color: oklch(50% 27% 110); } .asset-tag { @@ -162,4 +164,9 @@ .systemparam-tag { --tag-color: oklch(50% 27% 200); } + + .relationship-tag, + .relationshiptarget-tag { + --tag-color: oklch(50% 27% 150); + } \ No newline at end of file