틀스타일:인디케이터
창팝위키
다른 명령
.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);
}