docs: fix accent color on bold text in slide deck#42
Conversation
Add .accent strong { color: inherit } so bold text inside accent
spans inherits the red color instead of being overridden by the
strong { color: #ffffff } rule. Rebuild HTML.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Pavel Anni <panni@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR comprehensively rewrites and expands a presentation deck on OCI skill distribution, introducing new sections on skill definitions, enterprise trust infrastructure, artifact packaging, deployment methods, and supply-chain governance. ChangesOCI Skill Distribution Deck Expansion
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
.accent strong { color: inherit }CSS rule so bold text inside accent spans displays in red instead of being overridden by thestrong { color: #ffffff }ruleTest plan
Assisted-By: Claude (Anthropic AI) noreply@anthropic.com
Summary by CodeRabbit