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

편집 요약 없음
편집 요약 없음
6번째 줄: 6번째 줄:
.hanja-style a {
.hanja-style a {
     color: inherit;
     color: inherit;
}
.hanja-style img {
    height: auto;
    width: 5em;
}
}



2022년 4월 22일 (금) 18:19 판

/*** 한자서체 ***/
.hanja-style span > a:first-child img {
    filter: opacity(70%)drop-shadow(0.01px 0px 0)brightness(350%);
	color: inherit;
}
.hanja-style a {
    color: inherit;
}
.hanja-style img {
    height: auto;
    width: 5em;
}

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