Loading editor…
Loading editor…
{| style="width:100%; border:2px solid #A80030;" darkstyle="border-color:#e05070;"
|-
! style="background:#A80030; color:#ffd7e0;" darkstyle="background:#3a0012;" | Release
! style="background:#A80030; color:#ffd7e0;" darkstyle="background:#3a0012;" | Date
|-
| style="background:#fff;" darkstyle="background:var(--wiki-surface); color:var(--wiki-color);" | 13 "Trixie"
| style="background:#f5f5f7;" darkstyle="background:var(--wiki-surface);" | 2025.08.09
|}
Plain paragraph text — inherits var(--wiki-color) through the theme with no markup at all.
<span style="color:#A80030; font-weight:bold;" darkstyle="color:#ff8fa8;">Brand-colored text, re-tuned for dark.</span>
<style>
.dt-box { border: 1px solid var(--wiki-border); background: var(--wiki-surface); padding: 10px; margin-top: 10px; }
@dark { .dt-box { border-style: dashed; } }
</style>
<div class="dt-box">A box painted entirely with --wiki-* tokens: no darkstyle needed.</div>