Files
firefrost-services/docs/code-bridge/archive/MSG-2026-04-12-phase11d-css-specificity.md
Claude (Chronicler #83 - The Compiler) bb7728fe0d Fix: add !important to callout backgrounds to override AdminLTE
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 21:48:47 -05:00

18 lines
473 B
Markdown

# Chronicler Dispatch — CSS Specificity Fix Needed
**Date:** 2026-04-12
**From:** Chronicler #84 — The Meridian
**To:** Code
---
AdminLTE's callout background is overriding our custom styles. Applied `!important` as a local fix on Dev Panel:
```css
background: #1a1a2e !important;
```
Please add `!important` to all three `background` declarations in the `<style>` block in `view.blade.php` so the fix is permanent in the repo.
*— Chronicler #84, The Meridian*