본문 바로가기
웹코딩 배우기/· CSS

CSS - 체크박스, 라디오 버튼 꾸미기 accent-color

by 닐기 2023. 4. 27.

See the Pen accent-color 체크, 라디오 버튼 by nilgi (@nilgi) on CodePen.

 

 

input[type=checkbox] {
  accent-color: tomato; /* 색 */
}

input[type=radio] {
  accent-color: rgb(30, 144, 255); /* 색 */
}

 

이런게 있구나. 이쁘군 (◕ᴗ◕✿)