이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

--tpc-* CSS Variables

2026년 1월 22일 오전 10:48

--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);
}