틀:한자 서체/styles.css: 두 판 사이의 차이

(새 문서: →‎** 한자서체 **: .hanja-style span > a:first-child img { filter: opacity(50%)drop-shadow(0 0 0.01px currentcolor)brightness(250%); color: inherit; })
 
편집 요약 없음
3번째 줄: 3번째 줄:
     filter: opacity(50%)drop-shadow(0 0 0.01px currentcolor)brightness(250%);
     filter: opacity(50%)drop-shadow(0 0 0.01px currentcolor)brightness(250%);
color: inherit;
color: inherit;
}
.hanja-style a {
    color: inherit;
}
}

2022년 1월 9일 (일) 21:43 판

/*** 한자서체 ***/
.hanja-style span > a:first-child img {
    filter: opacity(50%)drop-shadow(0 0 0.01px currentcolor)brightness(250%);
	color: inherit;
}
.hanja-style a {
    color: inherit;
}