*
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); /* 색 */
}
이런게 있구나. 이쁘군 (◕ᴗ◕✿)