메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

(2025. 11. 12.) 제작자 문서에 대한 양식이 추가되었습니다. 공지 보기

.ts--link-icon > a {
	background-color: var(--background-color-interactive-subtle, #f8f9fa);
	border-radius: 1em;
	font-weight: bold;
	display: flex;
	width: 1.5em;
	height: 1.5em;
	justify-content: center;
	align-items: center;
}

.ts--link-icon > a:hover {
	background-color: var(--background-color-interactive-subtle--hover, #eaecf0);
}

.ts--link-icon > a:active {
	background-color: var(--background-color-interactive-subtle--active, #dadde3);
}