slideshare/public/themes-manifest.json
Michael Mainguy e7f8650ff4 Fix SlideEditor CSS specificity conflicts and complete global color system integration
- Increase CSS specificity for layout components in SlideEditor.css to prevent style overrides
- Add .slide-editor parent selector to .layout-preview, .layout-card, .layout-info, .layout-meta, and .layout-rendered
- Replace local color variables with global color system references
- Ensure SlideEditor layout styles are properly applied without conflicts from other stylesheets

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 13:23:16 -05:00

16 lines
295 B
JSON

{
"themes": {
"default": {
"id": "default",
"cssFile": "style.css",
"layouts": [
"2-content-blocks",
"content-slide",
"image-slide",
"title-slide"
],
"hasMasterSlide": true
}
},
"generated": "2025-08-21T18:19:19.993Z"
}