메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
편집을 하면 임시 계정이 생성되어 부여됩니다.
.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);
}