{{-- The Markdown mail theme, as CSS rendered from the application's colour scheme. Select it with `mail.markdown.theme` = `livewire-material::mail.theme` (MAIL_MARKDOWN_THEME), or `$theme` / `->theme()` on one mailable or MailMessage. Laravel renders a namespaced theme as a view (Illuminate\Mail\Markdown::render) and hands the result to CssToInlineStyles, which writes it onto every element's `style` — so the colours are the app's light scheme, read from `livewire-material.scheme` (Support\Scheme, falling back to the package's default), and a regenerated scheme reaches the next mail without a copy to keep in step. What a mail client can take, and so what this is: - Hexes only. No custom properties, no `color-mix()`, no alpha: a client resolves none of them, and Outlook drops an alpha channel. - Light only. `Css\Processor::doCleanup()` strips every `@media` block from the theme before inlining, so a `prefers-color-scheme` rule here would be deleted silently; it could only live in a `