22 janvier 2026 à 10h48
--tpc-* variables are CSS variables of palette colors. They can be accessed via appending the palette color names to the bottom. For example:
.code {
background-color: var(--tpc-code-background);
color: var(--tpc-code-foreground);
}