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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/*** 한자서체 ***/
/*** 한자서체 ***/
.hanja-style span > a:first-child img {
/*.hanja-style span > a:first-child img {*/
    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 {
/*.hanja-style a {*/
    color: inherit;
/*    color: inherit;*/
}
/*}*/


@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {

2022년 2월 12일 (토) 15:29 판

/*** 한자서체 ***/
/*.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;*/
/*}*/

@media (prefers-color-scheme: dark) {
	.hanja-style span > a:first-child img {
		filter: invert(1) brightness(80%);
	}
}