코드블럭 배경색
CSS 수정
#content .contents_style pre code.hljs {
--tw-bg-opacity: 1;
background-color: rgb(41 42 45 / var(--tw-bg-opacity))
}
.dark #content .contents_style pre code.hljs {
--tw-bg-opacity: 1;
background-color: rgb(41 42 45 / var(--tw-bg-opacity))
}
코드블럭 폰트
html 수정

'hello스킨 튜닝' 카테고리의 다른 글
HTML과 CSS의 차이 (0) | 2024.10.20 |
---|---|
hello스킨 이미지 본문폭 넘지 않게 하기 (0) | 2024.10.05 |
hello스킨 보호글 확인버튼 (0) | 2024.09.29 |
이미지 외각에 테두리 만들기 (1) | 2024.03.14 |